How to learn PHP effectively?

Posted by Goma on Programmers See other posts from Programmers or by Goma
Published on 2011-03-26T12:09:47Z Indexed on 2011/06/28 8:30 UTC
Read the original article Hit count: 286

A dozen of bad tutorials out there that teach you bad habits especially when we speak about PHP. I want to learn how to avoid the things that can lead me to develop inefficient web applications. I like to learn from videos but most videos I've found on the internet are provided by people who do not follow good practices. My second option is to learn from books but I did not find a good book for starters in PHP!

It would be very helpful for me if you can tell me about your story in learning PHP, what are things that I should avoid? How to learn about PHP security from the beginning to avoid unlearn something later on?. Please provide links to books, websites that provide high quality video tutorials for PHP, and you tips for a good start!

© Programmers or respective owner

Related posts about web-development

Related posts about best-practices