一个模仿oso的php论坛程序源码(之二)第2/3页
更新时间:2007年03月11日 00:00:00 作者:
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>
相关文章
php、mysql查询当天,查询本周,查询本月的数据实例(字段是时间戳)
下面小编就为大家带来一篇php、mysql查询当天,查询本周,查询本月的数据实例(字段是时间戳)。小编觉得挺不错的,现在就分享给大家,也给大家做个参考。一起跟随小编过来看看吧2017-02-02
Yii2框架RESTful API 格式化响应,授权认证和速率限制三部分详解
今天通过本文给大家讲下Yii2 RESTful的格式化响应,授权认证和速率限制三个部分,对yii2 restful api相关知识感兴趣的朋友一起看看吧2016-11-11


最新评论