I have a MySQL field that is DATETIME … I have a PHP page that generates a query that will add some data in a table which includes teh DATETIME field.
The question is, how can I add the DATETIME from PHP to MySQL?
I want to add the time in GMT/UTC 24H format
1 Answer