Website review: David Jeffries & Some PHP Abilities...
starspirit discovered this in PHP
•13 reviews since Apr 5, 2008
php, php-tricks, web-development
•davidjeffries.com/some-php-abilities-you-may-...
People who like this website

- objbuilder
Los Angeles

- rayishu
Palmdale

- jayado
SD

- SmiJa
Fresno

- chris314159
Grass Valley

- arsen-yeremin
Windsor

- BenjieP
Notus

- jnotter
Denver

- Joel75
Kelowna

- langheran
Mexico
StumbleUpon is the best way to discover great web sites, videos, photos, blogs and more - based on your interests.
Everything is submitted and rated by the community. Discover, share and review the best of the web!
Reviews of this website

- richardq rated 6 weeks ago
- php function,great,like it very much

origin415 rated 2 months ago- I like these tricks, too bad I have nothing to use them for :[

notvalid rated 3 months ago- Useful PHP tricks.

Lauxa rated 3 months ago- call a PHP function from a string

- alisdee rated 3 months ago
- Uh, this stuff's not exactly new. Maybe useful (and occasionally inadvisable), but not new...

daswede rated 3 months ago- How are any of these "tricks" useful if your goal isn't to make your code unreadable to anyone? PHP is ugly enough as it is...

soaptray rated 3 months ago- Thanks for the list, David.

A-Za-z0-9 rated 3 months ago- Where's this guy been living?

kevinstonge rated 3 months ago- From the page: "" --- its amazing how many times I've wanted to do this and not known how.

maxormark rated 3 months ago- From the page: <?php $test = true; echo $test == true ? "is true!" : "not true"; // will print "is true!"; ?> WordPress uses this, the ternary operator ... a lot! Now I know how it works.