tags:

views:

440

answers:

8

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

+5  A: 

I would start with W3Schools PHP Tutorial.

Andrew Hare
+4  A: 

Official PHP Site - PHP Getting Started

Eef
+3  A: 

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

It's in 15 parts and highly detailed.

Ólafur Waage
+3  A: 

You may find the answers to these StackOverflow questions useful:

php exercises

Learning PHP for fun and profit

Tim
A: 

w3schools

PHP.net

Gos
A: 

Great. Thank you very much.

Michael
A: 

I found one cool site whith php tutorials and there you can find a html tutorial if you need of course :)

eva wins
A: 

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

dancavallaro