Warning: Cannot modify header information - headers already sent by (output started at D:\AppServ\www\guestbook\submit.php:1) in D:\AppServ\www\guestbook\submit.php on line 10
$query="insert into gbook (GName,GMsg,GDate) values ('$_POST[Name]','$_POST[Msg]',now())";mysql_query($query,$conn);我调用了now();函数,不知为什么会出现error。。。请各位帮帮忙,。。,错误信息:Fatal error: Call to undefined function now() in D:\AppServ\www\phpmysql\now.php on line 2:Q:handshake[ 本帖最后由 小虎子 于 2008-11-24 14:29 编辑 ]