Skip to main content

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

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

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?