Thanks to you both for your replies. My server was down so
could not get on these until now. I have tried both but neither
works. Here is my code snippet from with Dreamweaver. Maybe this
will help provide answwer. I tried both NOW() and CURTIME(). In my
database the $order_date is a DATE field.:
$insertSQL = sprintf("INSERT INTO `Order_Master(email,
acct_no, order_date, item_id, Qty, UM, TransType, comments,
when_done) VALUES ('$email', '$acct_no', CURTIME(), '$item_id',
'$Qty', '$UM', '$TransType', '$comments', NOW())");
Let me know what you think. I've tried so many approaches my
fingers are wearing out.!! Thanks,
Dale: