Search the web
Sign In
New User? Sign Up
ydn-php · Yahoo! PHP Developer Group (CLOSED)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 299 - 335 of 335   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
299
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 ...
Johnny Fuery
jfuery
Offline Send Email
Nov 19, 2008
3:36 pm
300
u may check full text index in that field ... and then explain that query ... -- Abdelrahman Salem Web Developer Maktoob.com Inc Skype : abedsalem2003 ...
Abderahman salem
abedsalem2003
Offline Send Email
Nov 19, 2008
7:56 pm
301
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...
albertus putra
skampunk
Online Now Send Email
Nov 21, 2008
5:18 pm
302
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...
john_qst
Offline Send Email
Nov 24, 2008
5:50 pm
303
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...
monju896
Offline Send Email
Nov 28, 2008
8:27 pm
304
Which API you have created? I am not clear about your reply. Contact me at chat...
medconcomp
Offline Send Email
Nov 29, 2008
4:30 pm
305
how to alert xmlHttp.responseText????????? can any body help.. i use eval for that but it's only working on firefox....
abhijit4u_2005
Offline Send Email
Dec 4, 2008
3:45 pm
306
try alert(); ________________________________ From: abhijit4u_2005 <abhijit4u_2005@...> To: ydn-php@yahoogroups.com Sent: Thursday, December 4, 2008...
Subson Mittal
subsonmittal
Offline Send Email
Dec 4, 2008
5:41 pm
307
you should ask the javascript group, or YUI folks... http://developer.yahoo.com/community/ ... firefox....
isao
i5ao
Offline Send Email
Dec 4, 2008
5:41 pm
308
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...
atul gupta
modi105612003
Offline Send Email
Dec 5, 2008
4:59 pm
309
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...
Mariano Garcia Berrot...
nassty.phantassy@...
Send Email
Dec 5, 2008
5:25 pm
310
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...
Abderahman salem
abedsalem2003
Offline Send Email
Dec 6, 2008
5:56 pm
311
dear friend, try this one its working fine -     alert(xmlHttp.responseTex );             Maheshrajkumar M Wetech Solutions Pvt.Ltd# 69, 1st Main,...
mahesh rajkumar
maheshrajkumar
Offline Send Email
Dec 6, 2008
5:56 pm
312
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...
bigbluehat@...
bigbluehat...
Offline Send Email
Jan 1, 2009
12:16 am
313
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/...
arun
puram_boy
Offline Send Email
Feb 4, 2009
5:08 pm
314
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...
gasbidox2002
Offline Send Email
Feb 13, 2009
5:59 pm
315
... 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...
Mariano
nassty.phantassy@...
Send Email
Feb 14, 2009
12:48 am
316
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...
Johnny Fuery
jfuery
Offline Send Email
Feb 14, 2009
1:44 am
317
<?php error_reporting(E_ALL); $request = 'http://search.yahooapis.com/ImageSearchService/V1/imageSearch?appid=YahooDemo&query=Madonna&results=1'; // Number of...
shashwat
shashwat_0808
Offline Send Email
Feb 15, 2009
5:52 pm
318
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...
john_qst
Offline Send Email
Apr 6, 2009
10:54 pm
319
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 ...
parwan
parwan005
Online Now Send Email
Apr 6, 2009
10:55 pm
320
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...
Robyn Tippins
duzins
Offline Send Email
Apr 6, 2009
10:56 pm
321
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...
Nadal...
chinaptb
Offline Send Email
Apr 7, 2009
8:21 pm
322
$language=mysql_ query("select lang from plus_signup where userid='$_SESSION[userid]'" ); while ($row = mysql_fetch_array($language)) { print $row[lang]; } ...
mudassar ahmad
mudassarweb
Offline Send Email
Apr 7, 2009
9:28 pm
323
Hi Your language variable contain query result array better use Print_r($language) or $language[0], $language[1] with echo. best practice // Include Connection...
Rakesh Nigam
contact@...
Send Email
Apr 8, 2009
6:01 am
324
Try this. $language=mysql_fetch_assoc(mysql_query("select lang from plus_signup where userid='$_SESSION[userid]'"));...
abhijit pattanaik
jitu_rn1
Offline Send Email
Apr 8, 2009
5:48 pm
325
Jefferson Alves Pereira Try $query = mysql_query("SELECT lang FROM plus_signup WHERE userid = '{$_SESSION['userid']}' "); //for echo $row =...
Jefferson Alves Pereira
jefferson_al...
Offline Send Email
Apr 8, 2009
8:28 pm
326
$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...
atul gupta
modi105612003
Offline Send Email
Apr 9, 2009
5:17 pm
331
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...
Ronan K
shaggy_n_eminem
Offline Send Email
May 3, 2009
10:15 pm
335
Hi all. This group has now moved to the YDN forums. This is the last message for this group. Please visit:...
Robyn Tippins
duzins
Offline Send Email
May 14, 2009
10:00 pm
Messages 299 - 335 of 335   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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