$sql="update feedback set reply='".addslashes($_POST["ReplyContent"])."',replyman='".$_SESSION["adminUserName"]."',replydate='".date("Y-m-d H:i:s")."' where feedbackid=".$_GET["feedbackid"];
==>
update feedback set reply='We will be adding this functionality in the near future. Thank you for your comments',replyman='admin',replydate='2010-06-17 16:21:18' where feedbackid=1如上sql中的replydate为什么是 16:21:18,当前时间明明是00:21:18初学php,请大家帮忙哦