Page 1 of 1
Where can I find a collection or book of PHP useful techniqu
Posted: Mon Apr 16, 2007 4:58 pm
by xinper2007
So far I knew a little of PHP techniques, such as using array function to deal with string, “__FILE__”, “chdir()”, but where can I get a collection of these PHP tricks?
Or is there a book to focus on PHP tricks?
Thanks.
Re: Where can I find a collection or book of PHP useful tech
Posted: Mon Apr 16, 2007 5:11 pm
by lanasa
Believe it or not, php.net has loads of these techniques on each manual page. You can also try the PHP Cookbook books.
Posted: Mon Apr 16, 2007 8:58 pm
by xinper2007
The PHP Cookbook and PHP.net isn’t especially compiled for PHP tricks. Therefore I expect somebody or some books can highlight these PHP unique merits.
Posted: Mon Apr 16, 2007 9:14 pm
by ngungo
Try PHP Phrasebook by Christian Wenz. It tells you tricks without verbose.
Posted: Mon Apr 23, 2007 1:49 pm
by xinper2007
I got the book. A relly good book, Thanks.