I just started this weekend to learn PHP. I would appreciate any advice on what is the best way/resources to learn PHP. thanks

    hi tyr, another newb here. so far the best way, imho, to learn php is to pickup a book like a 'Sams Teach Yourself' and go through it. at the same time pick up a project or two that has lots of bugs and have a ball. i'm playing around with oscommerce and let me tell you, it has plenty of small bugs.

    cheers

      Another newbie here.

      I like zend.com for tutorials and also
      codewalkers.com is a great place.. Good Luck

        My Advice:

        Work through the PHP manual http://uk.php.net/docs.php and master the language reference section.

        Explore the functions listed in the function reference section.

        Use the manual as your core resource and supplement this material with online tutorials in a given area of PHP you are interested in/trying to understand.

        To speed things up setup a server locally (on your machine) Plenty of tutorials on how to do this... use google.

        Sams Teach Yourself & Wrox Beginning PHP are good PHP beginners books.

          cool, thx for all these resources. having trouble finding a tutorial for setting up a local server though.

          tyr

            the easiest way is to download a AMP (Apache/mySQL/PHP) package. start with a search on google for 'easyPHP'

            cheers

              Write a Reply...