Ok
I have a date in this format 8-30-2012. How can I convert this into a unix timestamp in PHP?
How can I order by date my results ?, I'm using TIMESTAMP and if I use DATE_FORMAT it will only select date
How to retrieve all formats where a specific filter is activated? Actually I want to trick -> $cache_id = $format .':'. md5($text); .. I want to delete the cache during node save
How do I format a boolean value for output in a query? so that 1 -> "YES" 0 -> "NO" NULL -> "Unknown"