I want to update the columns of data type timestamp manually through my PHP code.
timestamp
How to do that?
Use this query:
UPDATE `table` SET date_date=now();