16.11 Further readingThis is NOT the latest copy of this book; click here for the latest version.
-
If you find some of the process control documentation in the PHP manual hard to comprehend, it is because large parts are "borrowed" almost word-for-word from the classic book, "Advanced Programming in the Unix Environment", by W. Richard Stevens. This is an excellent book to keep to hand when using PHP, as PHP and Unix have such close ties. This is never more true than when working with process control, and you will find the sections on signals and processes from Stevens' book to be a treasure.
-
The topic of templates actually gets surprisingly good coverage in the book HTML & Web Design Tips & Techniques by Kris Jamsa et al, and there is even some solid content on PHP to boot.
|
Want to see this stuff in print? PHP in a Nutshell takes the core topics covered here, adds in thousands of edits from the editorial team and myself, and combines them to make an unbeatable reference for PHP programmers at all levels.
My latest book has hundreds more tips on how to use PHP, Apache, and MySQL, plus Perl, Python, shell scripts, performance tuning, and more!
|