Hi,
So I've read the basics about PHP. Most books give you examples and code, etc, but I need one that gives you slowly increasingly complex PHP assignments with solutions, i.e., like a formal textbook would give you.
Don Gosselin's PHP book is one that I have but it is just so horrifically written and full of typos that I can't stand it.
As an example, I might imagine assignment one might be: calculate the sum of two numbers using PHP. Make a form and then submit it to a PHP script that will calculate those two values and return the answer.
And then it might eventually work up to make a login system with alot of hints and specifications as opposed to just "make a content management system"
Thanks