?? fabuxintie.php
字號:
<!--
-- 功能說明:發(fā)布新貼
-- 開發(fā)人員:4233302 200427333235 徐琳舒
-- 創(chuàng)建日期:2005-11-16
-->
<?php
//$zzname=$_POST["等馬文龍傳值"];
//$UID = $_POST["等馬文龍傳值"];
//$SID = $_POST["等qiufeng傳值"];
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>發(fā)布新貼</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>發(fā)布新貼</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">內(nèi)容:</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"> <input type="submit" value=" 提 交 ">
<input type="reset" value=" 重 填 ">
</td>
</tr>
</form>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -