|
Personally I'd avoid purchasing a book covering PHP syntax. Anything you could find in a book you can find on the internet, and it's likely to be more up to date (the stuff worth reading anyway).
PHP books, for example the "PHP and MySQL Web Development (by Luke welling and laura thomson)" I've seen mentioned a few times; the latest edition (4) is almost 3 years old. PHP has undergone some massive changes since then, especially with the latest major release of 5.3. If you do insist on getting a book on PHP, get one covering PHP5.3.
Better than a syntax focused book though, I'd recommend getting one covering programming principles and methodologies. You'll learn far more than you ever could from learning the syntax of a language.
Last edited by adam89; 03-12-2010 at 09:13 AM..
|