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...
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...
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...
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...
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...
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: ...
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] =>...
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...
We have an excellent opportunity for PHP Professionals with World's No.1 internet brand - for their Development center in Bangalore, India. Key Skills...
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...
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....
... 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 ['button1'] or...
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...
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...
check this link.. http://captcha.megaleecher.net/ __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best...
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...