You can learn from web. Lots of sites are ready to help u. you can also getting help from here : http://www.freewebmasterhelp.com/tutorials/php www.php.net
The best manual I use to code php script is at http://www.php.net/download-docs.php Download the "HTML Help file"
- download a php + mysql + apache server (so you can test your code) - start by making a hello world program - go to php.net , see the function , read the example , try to apply them - go step by step
First off, read through a few tutorials to get a general feel of the language. Then, go around downloading other people's scripts and trying to read their code and understand what they're doing and why. Start out copying and adapting other people's code snippets to your own small script projects. Use google. If you don't know how to ____, do a search for how to do it! Be sure to read and try to comprehend any code you use. Eventually, you'll be able to think like a programmer and write your own code from scratch.
Hello, For begining i advice you to visite http://www.w3schools.com/php/default.asp This website is very good and you will find beginner tutorials for almost all the languages.... check it out....
If I were you I'd learn MySQL before PHP. I did it the other way around and I didn't wake up until I read Wrox - Beginning MySQL.
hi , yes, http://www.w3schools.com/php/default.asp is very good tutorial for php,asp,css,html you can learn easily by using this site All the best Cheers, ramsun
The PHP manual is always useful although not the best to learn stuff although it's an excellent reference. hudzilla.org/php is a good place to learn. Free online book for learning PHP. Some handy stuff in there.