I’m using now() in MySQL query.

INSERT INTO table SET data="$data", date = now()

But I want to add 1 day to this date (so that date should contain tomorrow).
Is it possible?

5 Answers
5

Leave a Reply

Your email address will not be published. Required fields are marked *