My inc.functions.php – Part 1 : Fixing those gmail.com e-mail addresses.

After seeing Shaun’s Fixing the $_FILES superglobal I found myself browsing around in the inc.functions.php file I’ve been using and maintaining project by project. To my own surprise I noticed that the file itself has grown over time and kind of is stuffed with some darn handy functions! Time to spread them out, starting with …

My TinyMCE File Management : Spinoff 1 : PHP file uploads

I have been writing on how to handle files for use with TinyMCE in the past (Part 1 & Part 2). Before continuing the series I feel like writing a more general post on the subject, as this will give insight in the how and why later on. Having experimented with file uploads myself in …