Forum Moderators: coopster
PHP gives me a parse error when I try this.
$date_removed=date(Y-m-d H:i:s);
Trying to set the variable $date_removed to the current date/time in the format 2010-01-06 22:08:37
What's wrong?
$date_removed=date("Y-m-d H:i:s");