A website where there are questions for beginner php5 learners. Any websites would be helpful, thanks.
views:
51answers:
4I would recommend the tutorial at http://php.net/manual/en/tutorial.hp. It is easy to follow and navigate. I would also recommend the book "Learning PHP 5" by David Sklar (ISBN-13 978-0-596-00560-3). It is a great tutorial for the absolute beginner and has numerous exercises to test your knowledge as you go.
Happy learning :-D
Duplicate topic: http://stackoverflow.com/questions/441087/php-exercises
When writing PHP, you'll find that php.net will be your best friend. The documentation for PHP is by far the best out of any language I've used (some people say it IS the best out of all languages).
You can check out www.codechef.com . All ranges of problems in all languages
Try the site PHP Exercises. It has 26 exercises, very beginner to intermediate. Exercises start with variables, moving on to control structures, forms, arrays and functions. You see the problem first, then click a button to view the script when you are ready. You can also follow a link to see the actual output of the answer script. That should get you started.