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.
now() function for inserting date....?
Moderator: General Moderators
I believe NOW is an SQL function and not php
try it without concatenating
set delivereddate=NOW()
try it without concatenating
set delivereddate=NOW()
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
-
AndyFielder
- Forum Newbie
- Posts: 5
- Joined: Wed Mar 22, 2006 4:55 am