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

#64750
bor003
Member

Found out how :)

Using:
$date = date("Y-m-d");
now.

Thanks for your help though