Warning: strtotime() [function.strtotime]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function
Getting this in a PHP site I am writing, to fix add this to a common include on your PHP...
Read MoreShow Errors in PHP using .htaccess
Simply add this to your .htaccess file to show errors in PHP, to surpress them simply change on to off # supress php errors php_flag...
Read MoreFatal error: Call to undefined function mysqli_connect()
Got this error when trying to use MySql in a PHP page on a Fedora install. What had happened is PHP wasn’t installed with MySql...
Read MoreInstall Apache, MySql and PHP on Rackspace Cloud Fedora Server
To install a suite of Apache, MySql and PHP on a new instance of Fedora 13 on Rackspace cloud perform the following steps: 1. Using PuTTY...
Read MoreRemote debugging using Zend Studio 8 and EC2
Been looking at alternatives to PHPEd and thought I would install Zend Studio to see what it is like. After install I wanted to debug...
Read MorePHP Format DateTime for MySql
Was adding a date from a service to MySql using PHP and needed something to convert the PHP string into something MySql could use for a...
Read More