![]() Preserved Topic: PHP book recommendations (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: New Jersey, USA |
![]() Got any good PHP books? |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
![]() Hmmm... The book that I'm using is "A Programmer's Introduction to PHP 4.0" by W.J. Gilmore (devshed.com contributer), published by Apress. I don't know if it's intermediate enough for you, but it moves quickly, and covers a lot of ground. The first 100 pages get you up to date on PHP basics like functions, variables, arrays, syntax, etc. Then there's another 300 pages delving into more advanced and useful topics like OOP, Databases, Templates, XML, Security, File I/O, Cookies, Sessions, Forms, and Regexps. |
Paranoid (IV) Inmate From: New Jersey, USA |
![]() Thanks jiblet, |