I finally finished that stupid PHP Solutions book. (You can view the exercises, if you want.)
Now, I’m on another book, Practical PHP and MySQL, which looks much more promising in actually teaching me something that will stick in my brain.
The book is based off a number of projects. So far, I’ve done a simple web site, and some basic coding. But the other exercises are much more in depth. Moreover, I don’t have to use PDO anymore for databases! I liked the concept of PDO, but I like to spell my code out a bit more. It’s not that I can’t read and understand what’s going on, it’s just that I can’t guarantee that I’ll know what it means 6 months down the road.
I’m really looking forward to the final project in this book. It’s an Ajax powered calendar. Calendars are hard and that’s why I want to get the process of making one beaten into the gray matter confined within my skull.