Thursday, April 12, 2012

What is a good online tutorial for PHP?


I'm looking for a good online tutorial for PHP. It would be great if it includes exercises.



Source: Tips4all

7 comments:

  1. Official PHP Site -
    PHP Getting Started

    ReplyDelete
  2. I would recommend the Zend tutorial. Since Zend is the PHP company.


    PHP 101: PHP For the Absolute Beginner


    It's in 15 parts and highly detailed.

    ReplyDelete
  3. I would start with W3Schools PHP Tutorial.

    ReplyDelete
  4. You may find the answers to these StackOverflow questions useful:

    php exercises

    Learning PHP for fun and profit

    ReplyDelete
  5. Online PHP Tutorial for beginners. Learn here PHP programming language tutorial with simple and neat example.

    ReplyDelete
  6. Definitely make sure you choose a tutorial that ignores parametrized SQL queries and executes query strings that directly include user input.

    ReplyDelete