I have a mysql table with fields for a start and end date/time.
How would i select just the rows that are older than the current date using php.
The format of the end-date is 2009-11-25 08:01:00 and the field type is datetime
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Provided timestamps and the MySQL are in the same timezone, you can just compare to
NOW().