Install Apache, MySql and PHP on Rackspace Cloud Fedora Server
Article detailing how to install Apache, MySQL and PHP on a Rackspace Cloud Fedora instance
Real Life Tech Problems Solved.
Article detailing how to install Apache, MySQL and PHP on a Rackspace Cloud Fedora instance
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 DateTime field. This worked a treat: $reviewDateSql = date('Y-m-d H:i:s',strtotime("$reviewDate"));