一个模仿oso的论坛程序(之二)

发布时间:2008-07-11 09:17:05 阅读次数:

程序二:addforum.php







发表信息


<script language=JavaScript>

</script>

<?
include ("c:mydbheader.inc");
?>


<?
if (empty($theme_id)) {
$theme_id = 0;
}
?>



<?
if ($theme_id == 0 ) {
print ' ';
}
else
{
print ' ';
}
?>


当前位置:主页——论坛——发表论坛当前位置:主页——论坛——回复帖子

<?
print '

print ' method=post name=form onsubmit="return check_com()">';

?>














';
} 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 '
回帖标题:
';
print ' ';
}

?>













您的大名:



*

E_mail:




你的主页:






<?
if ($theme_id == 0 ) {
print '
加帖标题:
';
print '
';
print ' ';
print '';
print ' *
';
print ' '.$row["title"].'';
print ' ';
print ' '; //判断使用
print '

表情图标:

































加贴内容:









请您注意:

* 您的大名,加帖标题不能为空

* 尊重网上道德,遵守中华人民共和国的各项有关法律法规

* 承担一切因您的行为而直接或间接导致的民事或刑事法律责任

* 参与本论坛即表明您已经阅读并接受上述条款

<?
include ("c:mydbfooter.inc");
?>




-----------------------
http://zhangcg.yeah.net


【本文版权归作者zhangcg与奥索网共同拥有,如需转载,请注明作者及出处】