PDA

View Full Version : Learning PHP - The Practical Way!


Jamie
December 17th, 2004, 19:02
I now have a two week break over the Xmas period, my intention is to use the time wisely and try and get a bit more knowledge with PHP.

So... I am looking for as many resources online as possible that allow for the creation of PHP projects to help the developer learn PHP using practical methods.

So basically as many step by step guides for different projects.

Tjobbe has already pointed me to many online video tutorials of which I will be using but I am also looking for some text versions as well.

Tjobbe
December 17th, 2004, 19:10
I think i need to watch those videos again. my brain hurts.

Anoop
December 19th, 2004, 07:34
The php.net itself provides an excellent documentation for php. Also there are several useful examples in the documentation itself. It will be better to follow some coding standards (like pear) inorder to write 'good' code. You can also have a look at some good frameworks, like seagull (http://www.phpkitchen.com)

Jamie
December 19th, 2004, 12:16
Thank you Anoop. I will take a good look around today. :)