php面向对象
<?php
session_start();
if(isset($_POST[‘submit3‘])){
$submit3
= $_POST[‘submit3‘];
$us = $_POST[‘zh‘];
echo$us
;
}
?><br>
主贴:呵呵呵呵呵呵呵呵呵呵呵呵呵呵呵
<?php
$wi=@$_POST["huifu"];
$er
= "<pre>$wi</pre>";
echo $er;
?>
<form action="lianxi3.php" method="post">
<input type="submit" name="submit2" value="登录">
</form>
<?php
if(isset($_POST[‘submit‘])){
$huifu = $_POST[‘huifu‘];
$conn =
mysql_connect("localhost","root","") or
die("链接数据库失败");
mysql_select_db("xiangmu");
mysql_query("set names
‘utf8‘");
$sql = "INSERT INTO `huitie`(`id`, `huifren`, `huitie`,
`fabiaohuifu`) VALUES (null,null,null,‘$huifu‘)";
mysql_query($sql);
}
?>
<form action="lianxi2.php"
method="post">
发表回复:
<?php
include("fckeditor/fckeditor.php") ;
$oBasePath =
$_SERVER[‘PHP_SELF‘];
$oBasePath =
dirname($oBasePath)."/fckeditor/";
$oFCKeditor = new FCKeditor(‘huifu‘) ;
$oFCKeditor->BasePath = $oBasePath ;
$oFCKeditor->Height =
"500px";
// $oFCKeditor->ToolbarSet = "Basic";
$oFCKeditor->Create() ;
?>
<input
type="submit" name="submit" value="发表">
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。