PHP REST GET
15/5/2009 | external link
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
Re: PHP REST GET
15/5/2009 | external link
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
Re: PHP REST GET
15/5/2009 | external link
... 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
Moving this group to YDN Forums
15/5/2009 | external link
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
not getting address book
15/5/2009 | external link
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
how to include two or more language in yahoo api search
15/5/2009 | external link
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
Re: Help reg Login form
15/5/2009 | external link
Hi Your language variable contain query result array better use Print_r($language) or $language[0], $language[1] with echo. best practice // Include Connection
Re: Help reg Login form
15/5/2009 | external link
$language=mysql_ query("select lang from plus_signup where userid='$_SESSION[userid]'" ); while ($row = mysql_fetch_array($language)) { print $row[lang]; }
Help reg Login form
15/5/2009 | external link
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
Res: [ydn-php] Help reg Login form
15/5/2009 | external link
Jefferson Alves Pereira Try $query = mysql_query("SELECT lang FROM plus_signup WHERE userid = '' "); //for echo $row =
Re: Help reg Login form
15/5/2009 | external link
Try this. $language=mysql_fetch_assoc(mysql_query("select lang from plus_signup where userid='$_SESSION[userid]'"));
Re: Help reg Login form
15/5/2009 | external link
$language=mysql_query("select lang from plus_signup where userid='$_SESSION[userid]'"); echo "$language"; you can not echo a result set u need to first insert
Bad XML and PHP Serialized Data
15/5/2009 | external link
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




