Is there any way I could validate Yahoo Users into my application using PHP?...
113
wedgetalon
Aug 1, 2006 11:00 pm
... Likely not. I'd imagine it would be a security risk. I'm no guru on Y! APIs, though....
114
frankokey2000
Aug 3, 2006 4:22 pm
I would like to learn PHP and web design/programming. How can i get and download the neccesary tools to start. I am already a Software programmer but would...
115
Donna Marie Vincent
donnamarievi...
Aug 3, 2006 5:34 pm
To install a webserver, php and MySQL on your PC, go to http://www.easyphp.org/ and download the installation program. Then go to phpfreaks.com for some php...
116
waytosuccess4it
Aug 3, 2006 9:27 pm
... Thanks for ur message... and now u can add my id in Web Developers group in your Yahoo! messenger.... My Email : waytosuccess4it@... Join My...
117
Jeffery Mandrake
cybernewsmaster
Aug 3, 2006 11:31 pm
OK. I just signed up for YPN and am ready to build a new site using Yahoo! ads. I actually read the terms of use. But this can be confusing: ...
118
srinivas_veerni
Aug 7, 2006 6:34 pm
Hi, U can get the relevant downloadble material from 'php.net39;. regards, srinivas....
119
medconcomp
Aug 7, 2006 11:09 pm
If you competent with php-Nuke Please contact me. You have a project here. Sreekumar...
120
dreamskies_01
Aug 8, 2006 5:45 am
... Yes i can work with php-Nuke.Give me details, Regards, venkat...
121
mavenman4
Aug 9, 2006 6:08 pm
Okay, this is just ridiculous! I download the file from http://developer.yahoo.com/php/samples/parse/parseDOMXML.txt and throw it on my server to test and the...
122
travislepp
Aug 14, 2006 3:31 am
Hi All, Just wondering if there are any PHP developers in Melbourne Australia. Cheers, Travis...
123
gobi.nath@...
Aug 14, 2006 5:37 am
Hi, IF your are looking for free lancer i am available from india Regards, Gobinath.M HomePage : http://www.gobinath.com ProjectPage:...
124
mk_shaji
Aug 21, 2006 5:54 pm
... hi sreekumar, realy intrsted in this matter, pls rely regards shaji hyderabad...
125
mr.manoharb
Aug 21, 2006 5:56 pm
Hi, I ve problem while handing the incoming mails. I get the mails from the different mailids It may contain different special characters .Some hexadecimal...
126
Caridy PatiƱo Mayea
caridyp
Aug 21, 2006 10:28 pm
Common asyncronic request: var hSuccess = function(o){ if((o.responseText !== undefined) && (o.argument.c)){ o.argument.c = o.responseText; } } var callback =...
127
kevinlcarlson
Aug 29, 2006 2:51 pm
I'm interested in parsing data from the traffic web service using the serialized php format. I've never used php objects before and the short example code...
128
Zach Smith
solonraver
Aug 29, 2006 10:55 pm
Kevin, The easiest way to do this type of thing is to use print_r or var_dump on the variable to learn more about its structure and data. Here's an example: ...
129
kevinlcarlson
Aug 30, 2006 5:38 am
I'd hoped it would be self-explanatory, but the mix of nested arrays of arrays has got me confused. Here's some actual sample output: Array ( [ResultSet] =>...
130
Darwin Talay
kirakuchi43
Aug 30, 2006 5:44 am
hello guys!!! i have a problem... ive been looking for a PHP script that can send IM when someone visited my website. then i found this script but it doesnt...
131
Zach Smith
solonraver
Aug 30, 2006 10:39 pm
No problem. The first array has one entry 'ResultSet39;, so i would get that out first. $results = $data['ResultSet']; now, results has indexes of...
132
Zach Smith
solonraver
Aug 30, 2006 10:44 pm
oops, that foreach() line should really be this: foreach ($results[39;Result39;] AS $row) sorry....
133
alphaeus_unix
Sep 6, 2006 11:35 pm
We have an excellent opportunity for PHP Professionals with World's No.1 internet brand - for their Development center in Bangalore, India. Key Skills...
134
chintan_mscit2006
chintan_msci...
Sep 9, 2006 7:36 pm
Hello, I face one problem in site development, i put two buttons in a form these are insert and update and delete. so how i can trace which button is pressed...
135
kevinlcarlson
Sep 9, 2006 11:20 pm
Make sure each button has a unique name. When processing the form, use the "isset" function to see which button name was passed to the form-handling code....
136
to_praveenp
Sep 10, 2006 6:27 am
... Hi, give unique id or name for each button inside input tag in html, check the button pressed in form-handling php script usig either $_POST ['button139;] or...
137
Herman Tolentino
hermantolentino
Sep 10, 2006 2:30 pm
Hi, To debug the post $_POST variable, do a print_r($_POST) in the "action" PHP script of the form... Regards, Herman ... From: ydn-php@yahoogroups.com...
138
chintan shah
chintan_msci...
Sep 11, 2006 4:30 pm
Hey Friends, I got the so much mail which ishelpful for me for my last query.Thanks to all for that. i have one more query about captcha. I put captcha in my...
139
prash_mahabare
Sep 11, 2006 4:31 pm
Hi, I am prash.. U can trace by comparing button obj name and its value.. e.g. if($_POST[39;update39;]=='UPDATE'){ //Update statements} ...
140
praveen
to_praveenp
Sep 11, 2006 5:04 pm
check this link.. http://captcha.megaleecher.net/ __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best...
141
sergey kapustin
master.sergey@...
Sep 13, 2006 4:30 pm
Hello all! I fetch the questions using the api described on http://developer.yahoo.com/answers/V1/questionSearch.html I have 2 problems with it: 1). i want to...