⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fabuxintie.php

📁 bbs论坛的其中一个模块 发布新贴与回复旧贴
💻 PHP
字号:
<!--
  -- 功能说明:发布新贴
  -- 开发人员:4233302    200427333235 徐琳舒
  -- 创建日期:2005-11-16
  -->
<?php
 //$zzname=$_POST["等马文龙传值"]; 
 //$UID = $_POST["等马文龙传值"];
 //$SID = $_POST["等qiufeng传值"];
?>


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>发布新贴</title>
</head>
<body>
<table width="773" height="405" border="0" align="center" cellpadding="0" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<form method="post" action="fubusuccess.php" >

 <tr height="35" bgcolor="#FFFFFF">
   <td colspan="4" align="center"><font color="#000000"><b>发布新贴</b></font></td>
 </tr>
 <tr height="35" bgcolor="#FFFFFF">
   <td height="25" colspan="3" align="center"><div align="left"><font color="#000000">作者:<?php $zzname='bob';echo  $zzname;?></font></div></td>
   <td width="601" align="center"><div align="left"><font color="#000000">时间:
          <?php
		$today = date("Y-n-j  H:m:s ");
		$USE_IP = $_SERVER['REMOTE_ADDR'];
		//echo $USE_IP;
		echo $today;
		echo "<input type=\"hidden\" name=\"InfoTime\" value=\"".$today."\">\n"; 
		echo "<input type=\"hidden\" name=\"USE_IP\" value=\"".$USE_IP."\">\n"; 
		?>
		<input type="hidden" name="InfoSign" value=0>

		<input type="hidden" name="zzname" value="bob"> 
		<input type="hidden" name="UID" value=2>
		<input type="hidden" name="SID" value=4>
		
   </font></div></td>
 </tr>
 <tr height="30" bgcolor="#FFFFFF">
   <td width="61" height="35" align="center"><div align="left">主题:</div></td>
   <td colspan="3"><input name="Title" type="text" value="" size="80"></td>
 </tr>
 <tr height="30" bgcolor="#FFFFFF">
   <td height="23" colspan="4" align="center"><div align="left">内容:</div></td>
 </tr>
 <tr height="30" bgcolor="#FFFFFF">
   <td height="86" colspan="4" align="center"><div align="left">
     <textarea name="Content" cols="90" rows="20"></textarea>
</div></td>
   </tr>
 <tr height="50" bgcolor="#FFFFFF" align="center">
   <td height="26" colspan="4">&nbsp;<input type="submit" value=" 提 交 ">&nbsp;&nbsp;
   <input type="reset" value=" 重 填 ">
   </td>
 </tr>

</form>

</table>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -