I am using the below insert to add data to a mysql table. I have created a date field in the db called 'Date'. How can I add todays date to the insert?
$sql = "INSERT INTO queries SET Name='$Name', Email='$Email', Telephone='$Telephone', Country='$Country', Referrer='$Referrer', Website='$Website'";