Developing for iPhone

How could I pass up this opportunity to place such a nice piece of eye candy on the site as the new iPhone. I, for one, think its one of the most beautiful pieces of hardware to hit the market in a long time, and I’m not even a mac fan necessarily!
One great […]

Popularity: 2% [?]

As I was finalizing some tweaks to a social networking script for a client, I noticed an interesting way that variables are pulled off the db record set which I didn’t know of previously.
extract((array)$row,EXTR_PREFIX_ALL,”row”);
This takes all the variables within the $row array, which I would typically access by $row[varname] and creates a variable called $row_varname. […]

Popularity: 2% [?]