NOW() function in PHP

You can use the date function:

date("Y-m-d H:i:s");

Leave a Comment