Select * from table where date = today

khatibi123

New Member
Need help with PHP/MySql. Need to select all the records from 'today'.My table has a coloumn which holds a unixtime stamp and I want to just select from the table where the unixtime stamp = today.Happy to do this on linux command line just need to basic MySql query?
 
Back
Top