Preserved Topic: PHP book recommendations (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: New Jersey, USA |
posted 04-25-2001 00:24
Got any good PHP books? |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 04-25-2001 19:05
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 |
posted 04-27-2001 00:22
Thanks jiblet, |