By Aaron Gustafson. Updated by Jason Gill While it is true that WestHost now offers Ruby on Rails, it’s only available on some of the packages and not all. If you are a cheapskate like me and want to add Ruby on Rails to the Personal Starter plan where RoR isn’t available, this tutorial is… Read more »
Posts Tagged: MySQL
MySQL 4.1.x and formatting the new TIMESTAMP with PHP
In MySQL 4.1 and up, the properties of the TIMESTAMP column type change from YYYYMMDDHHMMSS to YYYY-MM-DD HH:MM:SS. If you have built anything in PHP that relies on the old format, it will break if you upgrade from older versions of MySQL (such as this blog!). If you want the same view of a timestamp… Read more »