Posts Tagged ‘php’

Problem with WordPress Plugin Activation

Monday, January 11th, 2010

If you’re running a number of memory hungry plugins, you might exceed the 32mb worth of memory allotted by the standard WordPress install. I’ve used an e-commerce solution plugin before that used significantly more memory than the others.

(more…)


Collection of Handy WordPress Tips

Wednesday, December 30th, 2009

When developing WordPress driven websites for Surrey and South London based businesses, more often than not, I find myself referring to a handy list of WordPress tips. Commonly, it’s the SQL commands for transferring the local site to the remote host.

(more…)


Estate Agent for Holiday Homes

Sunday, December 27th, 2009

I received a request from a Surrey based web designer to convert a number of Photoshop designs to a functioning dynamic website. The designs were for an estate agency website specialising in holiday homes.

(more…)


Grabbing PHP Form variables with the Extract() Function

Monday, December 21st, 2009

The extract() function is a quick and convenient way of grabbing form variables. Rather than going through the entire $_POST array assigning variables to each element, simply do the following:

(more…)