now() function for inserting date....?
Posted: Wed Mar 22, 2006 4:16 am
Hi,
I am wasting alot of time on this, but the current date is not being inserted.
mysql_query("update courierinfo set cstatus=1,Delivereddate=".NOW()." where id='".$_REQUEST['trid']."'");
Plz tell me where is the error.
Thanks in advance.
I am wasting alot of time on this, but the current date is not being inserted.
mysql_query("update courierinfo set cstatus=1,Delivereddate=".NOW()." where id='".$_REQUEST['trid']."'");
Plz tell me where is the error.
Thanks in advance.