How should I go about starting to learn PHP?

I have assuage knowledge in Python, HTML, XHTML, as well as the bit of Ruby, though we am meddlesome in starting PHP.

One thought on “How should I go about starting to learn PHP?

  1. You know how to code. Orielly’s cook book for php will show you how to solve common problems with php and build a better understanding of the language.

    Next, stand on the shoulders of giants. Download an open-source project that does something your interested in written in php and figure out how it works.

    For example:

    WordPress uses a ‘simple’ code structure that shows off good code standards. (without too much OOP)

    Magento would be the opposite extreme; a great example of OOP, design patterns, php5 and the Zend Framework.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>