Any help is highly appreciated.
Say I have a MySQL database with a timestamp column with the value \"1305590400\", how can I compare that with a PHP variable of say
Simply
SELECT [...] WHERE '$you_var' = date(`timestamp_column`);
MySQL date() function