当前位置:Gxlcms > PHP教程 > 一个模仿oso的php论坛程序源码(之二)第1/3页_PHP教程

一个模仿oso的php论坛程序源码(之二)第1/3页_PHP教程

时间:2021-07-01 10:21:17 帮助过:34人阅读

程序二:addforum.php






发表信息



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()">';
?>















您的大名:


*

E_mail:



你的主页:





if ($theme_id == 0 ) {
print ' 加帖标题:';
print '
';

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/318041.htmlTechArticle程序二:addforum.php html head linkrel="STYLESHEET"type="text/css"href="fp_zhangcg.css" metahttp-equiv="Content-Type"content="text/html;charset=gb2312" metaname="MicrosoftTheme...

人气教程排行