Comparing dates

admin

Administrator
Staff member
I wrote dates in a Mysql table using the php date functions.
I cannot define if it's better to use mysql date functions or php ones, so i can make a select in the db like:
SELECT * where date < [something]
Which is the best method to select by date?

Thank you.
 
Back
Top