hello all! i have a mySql dayabase where i store a date in a field called: addDate. the field type is datetime
i want my php scripts to check if the current date&time is 3 hours later then the date in the database.
how can i do that?
Please do not cross-post.