I am trying to add the current date (not time if i have the option) and also the date of one month later into my MYSQL database and I keep gettin the following error:
Quote your MySQL statements, they're strings in PHP:
$statement->bindValue(':expires', 'DATE_ADD(now(), INTERVAL 1 MONTH)');