How can I tell the DB to do this:
if ($date_end < $date_computer) {...}
$date_end: is set by the user in the database $date_computer: has to be taken from computer of the user
How can I do this...?
Well, what exactly do you want to happen?