Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Add date (using the php date()) to the MySQL Re: Add date (using the php date()) to the MySQL

#64736
cybershot
Participant

what if you did this

$date = date(“Ymd”);

instead of this

$date=date(“Ymd”);