October 13th, 2006 at 1:39pm |
var uri = \\'http://impgb.tradedoubler.com/imp/js/16415732/1292868?\\' + new String (Math.random()).substring (2, 11); document.write(\\'\\');
NOTE: This article was written back in 2006 and was a reflection of my experience at the time. I am no longer with BT, so I don't know whether my review is still valid. There are a few comments below from other visitors [...]
Read the rest of BT Total Broadband Review
October 13th, 2006 at 12:42pm |
The recursive function is an essential tool for anybody developing PHP sites that feature multiple levels of categories, pages etc. In fact, they are great for managing hierarchical relationships (sometimes referred to as parent/child relationships). There are many applications of this, but the example I’m going to show you is categories, such as you might […]
Read the rest of Using Recursive Functions in PHP to Manage Hierarchy