Archive for the “mysql” category
PHP File Streaming with cat and passthru
by Jason on November 9, 2009
The problem This weekend, I needed to figure out how to make an on-request, downloadable, backup of an entire MySQL database (for Magento, in case you were wondering). At first, I attempted the simplest approach, which was to perform the (…)
PHPMailer Inline String Attachment
by Jason on September 9, 2009
Recently, while using PHPMailer, I needed the ability to have an inline string attachment, however this functionality is not present as of version 5.0.2, so I wrote my own. For those who don’t know, PHPMailer has a number of ways (…)
Kaltura WordPress Plugin – Switching Partner IDs
by Jason on May 26, 2009
I am using the Kaltura All-In-One-Video WordPress Plugin on a project these days and I’ve come across a situation where I needed to switch my Partner ID to a new one (we purchased a paid account). However, there is currently (…)