add.php与conn.php在同一个文件夹里。。
warning: include(../conn.php) [function.include]: failed to open stream: no such file or directory in e:\wwwroot\bbs1\add.php on line 3
warning: include() [function.include]: failed opening '../conn.php' for inclusion (include_path='.;c:\php5\pear') in e:\wwwroot\bbs1\add.php on line 3
这是什么原因?求解。。。
------解决方案--------------------
$sql=insert into message (user,title,content,lastdate) values ('{$_post[user]}','{$_post[title]}','{$_post[content]}',now());
