Where can I find a collection or book of PHP useful techniqu

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
xinper2007
Forum Newbie
Posts: 5
Joined: Mon Apr 16, 2007 4:56 pm

Where can I find a collection or book of PHP useful techniqu

Post 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.
lanasa
Forum Newbie
Posts: 14
Joined: Mon Mar 26, 2007 7:49 am
Location: Buffalo, NY

Re: Where can I find a collection or book of PHP useful tech

Post 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.
xinper2007
Forum Newbie
Posts: 5
Joined: Mon Apr 16, 2007 4:56 pm

Post 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.
ngungo
Forum Commoner
Posts: 75
Joined: Thu Jun 08, 2006 10:45 pm

Post by ngungo »

Try PHP Phrasebook by Christian Wenz. It tells you tricks without verbose.
xinper2007
Forum Newbie
Posts: 5
Joined: Mon Apr 16, 2007 4:56 pm

Post by xinper2007 »

I got the book. A relly good book, Thanks.
Post Reply