Blog
Apr 20, 2016, 7:31 PM
An overview of performance for concrete5 5.7 CMS with different versions of PHP, including PHP7.
Jun 1, 2014, 12:22 PM
A guide on updating your code that used the PHP MySQL library to PDO (PHP Data Objects) for MySQL.
May 22, 2014, 12:05 PM
This guide shows how to use a simple html form and a little bit of php scripting to allow you to upload files using a web browser.
May 4, 2014, 11:53 AM
A guide to redirecting web pages using PHP by sending HTTP 301 or 302 status codes.
Apr 25, 2014, 9:32 AM
An overview of PHP Classes / Objects, and knowing when to use $this and when to use self::.
Apr 1, 2014, 9:26 AM
An example of how to output a PHP array to a CSV download without storing the CSV on the file system.
Mar 31, 2014, 8:47 AM
A complete guide to install PHP via FastCGI on a Windows Server 2008r2 web server running IIS 7.5.
Mar 15, 2014, 8:31 AM
A guide on how to log in to Yii 1.1 using Active Directory, including group restrictions, and multiple domain support
Feb 1, 2014, 7:51 AM
A function used to send ICAL calendar invites using PHP. No libraries required!
Jan 20, 2014, 9:31 PM
A tutorial on how to handle a callback from Facebook when a user removes / deauthorizes an application using the Yii Framework.
Jan 5, 2014, 9:00 PM
A brief tutorial on how to use LDAP to connect to Active Directory with PHP. Useful for authentication to Active Directory with PHP.
Jan 2, 2014, 8:22 PM
A function for generating a random string using PHP