Good PHP book/websites?
GHoosdum
Icrontian
Hi all! It's time for me to learn PHP, finally. I can't port my VBScript/ASP knowledge over to my current project (I'm building an online-RSVP service for guests at my wedding) because my web hosting package doesn't support Microsoft at the price level of my package. I've got a MySQL database set up on my host, and all I need is to learn PHP so I can make the front-end.
Here's the question...
Does anyone know of any good books for learning PHP? Price is a concern!
How about any good PHP reference websites?
Thanks!
Here's the question...
Does anyone know of any good books for learning PHP? Price is a concern!
How about any good PHP reference websites?
Thanks!
0
Comments
Great starter book
http://www.sitepoint.com/books/phpant1/
Kickass advanced books
Excellent reading.. especially about n-tier development and seperating business logic from presentation logic
Other than that.. google for PHP 4 tutorials.. there are hundreds of them
Later I will build a MMO in PHP, so kewl! Plus the book is purty... I originally went int o get Game Programming All in One, but they had multiple books by that name, and none of them was the one I needed that talked about the Torque Game Engine(which is what I am using for my game).
In short: This book rocks.
EDIT:/
I also mentioned it becuase despite it being for Game Programming, as you might well know... if you can code for a game, you can code for alot more.