Ozh's Blog: PHP and GD - Emulate Gradient Fill
On Ozh's site, FrenchFragFactory.net, today, there's this handy little post dealing with the creation of gradients in PHP with the help of GD. Here is a small PHP function I wrote that emulates a...
View ArticleDevShed: Executing Destructors Manually in PHP 5
Finishing off their series on destructors in PHP5 applications today, DevShed has posted this new tutorial showing how to manually run the destructors of your class (in case there's ever a need). In...
View ArticleNETTUTS.com: Twitter Emulation Using MooTools 1.2 and PHP
NETTUTS.com has a new tutorial posted today showing how to combine some simple PHP scripts with the MooTools Javascript library to emulate the popular social site Twitter. People all over the world...
View ArticleSitePoint PHP Blog: MySQL Transactions & Why They Can't Be Emulated in PHP
On the SitePoint blog there's a new article from Craig Buckler stating that MySQL transactions can't be emulated in PHP and shouldn't be discounted despite many developers seeing them as not much more...
View Article