Profile
Achievement
johnself's Recent Snippets
« Prev 1 Next »
Instead of using this function to set the default timezone in your script, you can also use the INI setting date.timezone to set the default timezone.
* Does not affect timestamp functions, which are all GMT
0
844
posted 16 years ago by johnself
CSS files for larger sites can become pretty large themselves. Gzipping or compressing these files has shown to provide a reduction in the neighborhood of 70-80% of the original file size, a fairly significant 'weight loss'.
16
3430
posted 16 years ago by johnself
In light of last nights tornado warnings here in TN, I thought it appropriate to post this little bit of code that I use to alert myself and others of dangerous weather conditions via SMS/Email alerts.
I run this through cron at Dreamhost without...
9
1021
posted 16 years ago by johnself
Returns an array of values specified for an enumerated MySQL field
2
1129
posted 17 years ago by johnself