Hi all. This group has now moved to the YDN forums. This is the last message for this group. Please visit:...
331
Ronan K
shaggy_n_eminem
May 3, 2009 10:15 pm
Hi, I was having trouble to unserialize the data received from Yahoo Answers. I was getting Class_incomplete errors when tryin to unserialize. Then while...
326
atul gupta
modi105612003
Apr 9, 2009 5:17 pm
$language=mysql_query("select lang from plus_signup where userid='$_SESSION[userid]39;"); echo "$language"; you can not echo a result set u need to first insert...
325
Jefferson Alves Pereira
jefferson_al...
Apr 8, 2009 8:28 pm
Jefferson Alves Pereira Try $query = mysql_query("SELECT lang FROM plus_signup WHERE userid = '{$_SESSION['userid39;]}' "); //for echo $row =...
324
abhijit pattanaik
jitu_rn1
Apr 8, 2009 5:48 pm
Try this. $language=mysql_fetch_assoc(mysql_query("select lang from plus_signup where userid='$_SESSION[userid]39;"));...
323
Rakesh Nigam
contact@...
Apr 8, 2009 6:01 am
Hi Your language variable contain query result array better use Print_r($language) or $language[0], $language[1] with echo. best practice // Include Connection...
322
mudassar ahmad
mudassarweb
Apr 7, 2009 9:28 pm
$language=mysql_ query("select lang from plus_signup where userid='$_SESSION[userid]39;" ); while ($row = mysql_fetch_array($language)) { print $row[lang]; } ...
321
Nadal...
chinaptb
Apr 7, 2009 8:21 pm
Hi All, Â Â Â Â Â Â Â Â Â Â I am developing a web search engine using Boss with php. I needed a help in php code. Â $language=mysql_query("select lang from...
320
Robyn Tippins
duzins
Apr 6, 2009 10:56 pm
Hi everyone, We're going to be moving this group to the new Yahoo! Developer Network forums. This group will be closing at the end of March. The forums will...
319
parwan
parwan005
Apr 6, 2009 10:55 pm
i tried the tutorial according to yahoo deverloper network but nothing came as output as it was showing error in $xmlstr. when i tried to print $xmlstr with ...
318
john_qst
Apr 6, 2009 10:54 pm
in the url we can just use one language & another language, but the & operator does not work for the lang= when we use yahoo api. it just return us one...
317
shashwat
shashwat_0808
Feb 15, 2009 5:52 pm
<?php error_reporting(E_ALL); $request = 'http://search.yahooapis.com/ImageSearchService/V1/imageSearch?appid=YahooDemo&query=Madonna&results=139;; // Number of...
316
Johnny Fuery
jfuery
Feb 14, 2009 1:44 am
The docs in the PHP manual surrounding simplexml are solid, but keep in mind that you may have to cast the data you're pulling out of the XML object before you...
315
Mariano
nassty.phantassy@...
Feb 14, 2009 12:48 am
... the best way to access the data is by using simplexml. you can read the reference here: www.php.net/simplexml try using this below your code, it will...
314
gasbidox2002
Feb 13, 2009 5:59 pm
Hi guys, I am using below example PHP script to make a request to my web service, which then intend return an XML output. My question is do anyone know how to...
313
arun
puram_boy
Feb 4, 2009 5:08 pm
Hi All, I am Arun. I am new meber of the group. Thanks Arun Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/...
312
bigbluehat@...
bigbluehat...
Jan 1, 2009 12:16 am
I've got a basic script that pulls a catalog listing for an isbn from the Yahoo! Shopping API in XML. I then drop it into SimpleXML and can pull out the data...
311
mahesh rajkumar
maheshrajkumar
Dec 6, 2008 5:56 pm
dear friend, try this one its working fine -    alert(xmlHttp.responseTex );       Maheshrajkumar M Wetech Solutions Pvt.Ltd# 69, 1st Main,...
310
Abderahman salem
abedsalem2003
Dec 6, 2008 5:56 pm
try to alert xmlhttp.responseXML On Fri, Dec 5, 2008 at 7:22 PM, Mariano Garcia Berrotarán < ... try to alert xmlhttp.responseXML On Fri, Dec 5, 2008 at 7:22...
309
Mariano Garcia Berrot...
nassty.phantassy@...
Dec 5, 2008 5:25 pm
I understand this question should be in other group, I'm sorry: try eval ("("+response+")"); but doing eval is not the best way for security reasons, you...
308
atul gupta
modi105612003
Dec 5, 2008 4:59 pm
i think your alert responseText not apear in FF also. if yees then see the Tools->error console. and see the left bottom error icon in Internet explorer they...
307
isao
i5ao
Dec 4, 2008 5:41 pm
you should ask the javascript group, or YUI folks... http://developer.yahoo.com/community/ ... firefox....
306
Subson Mittal
subsonmittal
Dec 4, 2008 5:41 pm
try alert(); ________________________________ From: abhijit4u_2005 <abhijit4u_2005@...> To: ydn-php@yahoogroups.com Sent: Thursday, December 4, 2008...
305
abhijit4u_2005
Dec 4, 2008 3:45 pm
how to alert xmlHttp.responseText????????? can any body help.. i use eval for that but it's only working on firefox....
304
medconcomp
Nov 29, 2008 4:30 pm
Which API you have created? I am not clear about your reply. Contact me at chat...
303
monju896
Nov 28, 2008 8:27 pm
I have creat api key.I do not know this key's application.I am normally a computer operator.I am looking for a captcha work legally.For this reason I shall...
302
john_qst
Nov 24, 2008 5:50 pm
How to make the API work with two languages work in the same time, i tried the way by coding, lang=$lang, $lang='lang=szh&lang=tzh'; it does not work, it...
301
albertus putra
skampunk
Nov 21, 2008 5:18 pm
Hi guys, I want make a yahoo mail widget for general php website, not for CMS website. This widget will display new mesagge, unread message etc. But i store...
300
Abderahman salem
abedsalem2003
Nov 19, 2008 7:56 pm
u may check full text index in that field ... and then explain that query ... -- Abdelrahman Salem Web Developer Maktoob.com Inc Skype : abedsalem2003 ...
299
Johnny Fuery
jfuery
Nov 19, 2008 3:36 pm
And on the fifth day, god said, "let there be indexing". ... -- Johnny Fuery Principal Engineer jj@... 925.997.3878 Direct/Mobile 925.997.4107 Main ...