Better integration between PHP and Javascript

I remember when I first started to experiment with Javascript many years ago and not quite understanding the difference between client side and server side technology. Why Javascript had to be so far separated from PHP was (at the time) beyond me and it took me some time to work out ways around combining these [...]

How do you upload a large sql file dump to PHPMyAdmin?

The answer: BigDump! BigDump is a single PHP file which allows you to upload your SQL dump to your web server via FTP and then excutes the dump in batches. This lowers in the impact on the server making is much more likely to be successful. The project is still in its early stages but [...]

Re-installing Expression Engine

Three steps to re-installing Expression Engine

Magento keep logging you out of the Control Panel?

Magento keep logging you out of your admin panel? Here’s how to fix it.

First look at Magento eCommerce

Magento could well be the open source eCommerce system we’ve all been waiting for. I have road tested the system for the last 48 hours and here are my impressions on version 1.1.3

Shared Server? Want to change PHP.ini? Here’s how.

Just because you’re on a shared server it doesn’t mean you are completely stuck with the php.ini settings that the system administration has assigned. If you’re feeling this way, this great little PHP function could open up a few more possibilities for you.

PHP Multipart Form Data Encoding Problem

A solution to prevent seeing a blank white page when you submit a form