请留言 您已提交的留言: 留言 发布时间 留言用户">
时间:2021-07-01 10:21:17 帮助过:29人阅读
问一下怎么建立数据库呢?登陆时已经可以完成的了,就是留言功能不能实现
留言板 返回connected!
"; $selected = mysql_select_db("center" ) ;//if($selected)//echo"selected!
";mysql_query("set names 'utf8'");$insert_account = $_SESSION['account'];$insert_pwd = $_SESSION['password'];echo $insert_account;//echo $_POST[comment];if($_SESSION['check'] ==1){if(!empty($_POST[comment]) ){$sql="INSERT INTO comment (account,comment,time)VALUES('$insert_account','$_POST[comment]','$printtime')"; mysql_query($sql) or die(mysql_error());$_SESSION['check'] = 0;}else echo '欢迎来到留言板' ;}$insert_account?>