PHP tutorials?

mrgcat

New Member
Hi everyone.

Does anyone know of any good online (and free) tutorials for php. (basic ones please)

Can anyone help.
 
You can try w3schools. They cater different laguages tutorial like php, xml, etc. I hope you find it useful. :)
 
O'Reilly makes a good introduction book. It's titled Learning PHP, I don't know which edition.
 
After you get a grasp on PHP, you should look into building applications using CodeIgniter or CakePHP. Building raw PHP applications from scratch is no fun, I've built a few using that approach. Using a framework is the way to go, if you'd like to have a prototype going in less than a month.
 
Back
Top