i have used this code to grab the date and time its hidden.
<input name="date" type="hidden" value="<?php echo date("D dS M,Y h:i a"); ?>">
and this one to print it
<?php echo $row_Recordset1['date']; ?>
but it comes out like this
0000-00-00 00:00:00
why
in the MYSQL database their is a field called date with the datetime
aron.