Is there a PHP function that returns the date and time in the same format as the MySQL function NOW()?
NOW()
I know how to do it using date(), b
date()
The PHP equivalent is time(): http://php.net/manual/en/function.time.php
time()