I have stored php time() in to database table with field created. That time stored in my database successfully.
Now I am willing to write a query which gets only today record from that table.
I have done something like this but not workin strtotime("2012-12-12");
For eg: I have stored this time in table 1355209509. So I want to retrieve all records of this date from mysql.