I’m working in PHP with a MySQL db and I have a current timestamp field which is created when the field is made, I then have another field which (when a page is hit) I would like a SQL statement to insert a replica of the timestamp – only 2 days ahead. Any ideas on how I would go about doing this?
Share
So you have a table like:
?
You can do something like
MySQL Date and Time functions