ok I changed the database table to have the date field be type timestamp
but what would I tell my php script to put in that field?
if this makes a difference, I am doing the insert like this:
$sql = "insert into mytable values ('','$name','$email','$othervalues)";
in this case, what would i put for the value would i put '$date' or '' or what
i hope i asked this clearly enough.