Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ydn-php · Yahoo! PHP Developer Group (CLOSED)

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 299 - 335 of 335   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
299 Johnny Fuery
jfuery Send Email
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 ...
300 Abderahman salem
abedsalem2003 Send Email
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 ...
301 albertus putra
skampunk Send Email
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...
302 john_qst Send Email 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...
303 monju896 Send Email 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...
304 medconcomp Send Email Nov 29, 2008
4:30 pm
Which API you have created? I am not clear about your reply. Contact me at chat...
305 abhijit4u_2005 Send Email 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....
306 Subson Mittal
subsonmittal Send Email
Dec 4, 2008
5:41 pm
try alert(); ________________________________ From: abhijit4u_2005 <abhijit4u_2005@...> To: ydn-php@yahoogroups.com Sent: Thursday, December 4, 2008...
307 isao
i5ao Send Email
Dec 4, 2008
5:41 pm
you should ask the javascript group, or YUI folks... http://developer.yahoo.com/community/ ... firefox....
308 atul gupta
modi105612003 Send Email
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...
309 Mariano Garcia Berrot...
nassty.phantassy@... Send Email
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...
310 Abderahman salem
abedsalem2003 Send Email
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...
311 mahesh rajkumar
maheshrajkumar Send Email
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,...
312 bigbluehat@...
bigbluehat... Send Email
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...
313 arun
puram_boy Send Email
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/...
314 gasbidox2002 Send Email 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...
315 Mariano
nassty.phantassy@... Send Email
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...
316 Johnny Fuery
jfuery Send Email
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...
317 shashwat
shashwat_0808 Send Email
Feb 15, 2009
5:52 pm
<?php error_reporting(E_ALL); $request = 'http://search.yahooapis.com/ImageSearchService/V1/imageSearch?appid=YahooDemo&query=Madonna&results=1&#39;; // Number of...
318 john_qst Send Email 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...
319 parwan
parwan005 Send Email
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 ...
320 Robyn Tippins
duzins Send Email
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...
321 Nadal...
chinaptb Send Email
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...
322 mudassar ahmad
mudassarweb Send Email
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]; } ...
323 Rakesh Nigam
contact@... Send Email
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...
324 abhijit pattanaik
jitu_rn1 Send Email
Apr 8, 2009
5:48 pm
Try this. $language=mysql_fetch_assoc(mysql_query("select lang from plus_signup where userid='$_SESSION[userid]&#39;"));...
325 Jefferson Alves Pereira
jefferson_al... Send Email
Apr 8, 2009
8:28 pm
Jefferson Alves Pereira Try $query = mysql_query("SELECT lang FROM plus_signup WHERE userid = '{$_SESSION['userid&#39;]}' "); //for echo $row =...
326 atul gupta
modi105612003 Send Email
Apr 9, 2009
5:17 pm
$language=mysql_query("select lang from plus_signup where userid='$_SESSION[userid]&#39;"); echo "$language&quot;; you can not echo a result set u need to first insert...
331 Ronan K
shaggy_n_eminem Send Email
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...
335 Robyn Tippins
duzins Send Email
May 14, 2009
10:00 pm
Hi all. This group has now moved to the YDN forums. This is the last message for this group. Please visit:...
Messages 299 - 335 of 335   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help