Copy a record within the same table MySQL
Just a simple copy record function. First of all, pick a random temporary table name, and ensure you don’t have…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
Just a simple copy record function. First of all, pick a random temporary table name, and ensure you don’t have…
To install MySQL on Centos is a little different from Ubuntu – as I found out. Obviously APT is replaced…
I often set up mysql query logging when I am diagnosing a problem. In the my.cnf file, enter (or update…
Wine doesn’t always play well with MSI files, so I have to install them through the terminal: wine msiexec /i…
Its fairly very simple to get a changelog from Subversion when you know the revision numbers you are searching for:…
Don’t use DATE_FORMAT when trying to assertain the latest date in a table. It won’t work. DATE_FORMAT will convert the…
http://odyniec.net/projects/imgareaselect/ I have been using this excellent jQuery plugin which allows the user to draw a lasso around several objects…
I found that no matter what I tried, I could not get Google Talk to work through Empathy (on my…
PEAR (PHP Extension and Application Repository) is a bunch of extensions you can install on your server to uitilise clever…