print ' <input type="text" name="forumtitle" size="80">';
print '<input type="hidden" name="theme_id" value="0">';
print ' <font color="#ff0000">*</font> </td>';
} else {
$dbh =
mysql_connect('localhost:3306','root','');
mysql_select_db('test');
$tempstr = " select title from fr_t_forumtitle where id = ".$theme_id;
$res=
mysql_query($tempstr,$dbh);
$row=
mysql_fetch_array($res);
print ' <div align="right">回帖标题:</div>';
print ' </td> <td width="609"> ';
print ' <font color="#ff0000">'.$row["title"].'</font>';
print ' <input type="hidden" name="theme_id" value="'.$theme_id.'">';
print ' <input type="hidden" name="forumtitle" value="e">'; //判断使用
print ' </td>';
}
?>
</tr>
<tr>
<td width="131" class="text">
<div align="right">表情图标:</div>
</td>
<td width="609">
<p>
<input type="radio" name="forumface" value="1" checked>
<img src="icon1.gif" width="18" height="18">
<input type="radio" name="forumface" value="2">
<img src="icon2.gif" width="18" height="18">
<input type="radio" name="forumface" value="3">
<img src="icon3.gif" width="18" height="18">
<input type="radio" name="forumface" value="4">
<img src="icon4.gif" width="18" height="18">
<input type="radio" name="forumface" value="5">
<img src="icon5.gif" width="18" height="18">
<input type="radio" name="forumface" value="6">
<img src="icon6.gif" width="18" height="18">
<input type="radio" name="forumface" value="7">
<img src="icon7.gif" width="18" height="18"><br>
<input type="radio" name="forumface" value="8">
<img src="icon8.gif" width="18" height="18">
<input type="radio" name="forumface" value="9">
<img src="icon9.gif" width="18" height="18">
<input type="radio" name="forumface" value="10">
<img src="icon10.gif" width="18" height="18">
<input type="radio" name="forumface" value="11">
<img src="icon11.gif" width="18" height="18">
<input type="radio" name="forumface" value="12">
<img src="icon12.gif" width="18" height="18">
<input type="radio" name="forumface" value="13">
<img src="icon13.gif" width="18" height="18">
<input type="radio" name="forumface" value="14">
<img src="icon14.gif" width="18" height="18"></p>
</td>
</tr>
<tr>
文章评论
共有 位脚本之家网友发表了评论我来说两句