摘要: <?php//加载初始化文件include '../init.php';//加载数据库文件include DIR_CORE.'MYSQLDB.php';//接收表单传送过来的数据$content = addslashes(strip_tags(trim($_POST['content'])));$r 阅读全文
posted @ 2016-12-03 00:16 echopp 阅读(220) 评论(0) 推荐(0) 编辑
摘要: <?php//加载初始化文件include '../init.php';//加载数据库include DIR_CORE.'MYSQLDB.php';//接受发帖页面传送的数据$title = addslashes(strip_tags(trim($_POST[title])));$content = 阅读全文
posted @ 2016-12-03 00:15 echopp 阅读(670) 评论(0) 推荐(0) 编辑