PHP网站制作之一个仿照oso的服装论坛法式(之二)
也许您在学习PHP的时候只想尽快的开发一个网站,也就会想我做网站,干嘛要学什么网页这些小儿科?不难看出,眼高手低的新手不在少数,这种思想无疑于建造空中楼阁,你不建地基,何来的房顶呢? 法式二:addforum.php<html>
<head>
<link rel="STYLESHEET" type="text/css" href="fp_zhangcg.css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="Microsoft Theme" content="none">
<meta name="Microsoft Border" content="none">
<title>宣布信息</title>
</head>
<body bgcolor="#C0C0C0" background="backcolor.gif">
<SCRIPT language=JavaScript>
<!--
var submitcount=0;
function checkSubmit() {
if (submitcount == 0)
{
submitcount++;
return true;
}
else {
if (submitcount>0){
alert("帖子已胜利提交,请勿反复发帖!nDon't submit the form twice, please."); return false;
}
}
}
function check_com(){
if (document.form.username.value.length == 0){
submitcount--;
alert("请输出您的网上台甫!nPlease input your user name.");
return false;
}
if (document.form.forumtitle.value.length ==0){
submitcount--;
alert("主题不克不及为空!nYou must supply a subject.");
return false;
}
if (document.form.forumcontent.value.length == 0){
submitcount--;
alert("加贴内容不克不及为空!nYou must supply a message.");
return false;
}
return true;
}
//-->
</SCRIPT>
<?
include ("c:mydbheader.inc");
?>
<?
if (empty($theme_id)){
$theme_id = 0;
}
?>
<table width="750" border="0">
<tr>
<?
if ($theme_id == 0 ) {
print ' <td class="text">以后地位:主页――服装论坛――宣布服装论坛</td>';
}
else
{
print ' <td class="text">以后地位:主页――服装论坛――答复帖子</td>';
}
?>
<td> </td>
</tr>
</table>
<?
print '<form action="readforum.php?readflag=0 " ';
print ' method=post name=form >';
?>
<table width="750" border="0">
<tr>
<td width="131" class="text">
<div align="right"><span class="text"><span class="text">您的大</span>名:</span></div>
</td>
<td width="609">
<input type="text" name="username" size="80" value="" maxlength="12">
<font color="#ff0000">*</font> </td>
</tr>
<tr>
<td width="131" class="text">
<div align="right">E_mail:</div>
</td>
<td width="609">
<input type="text" name="useremail" size="80">
</td>
</tr>
<tr>
<td width="131" class="text">
<div align="right">你的主页:</div>
</td>
<td width="609">
<p>
<input type="text" name="userhttp" size="80" value="http://">
</p>
</td>
</tr>
<tr>
<td width="131" class="text">
<?
if ($theme_id == 0 ) {
print ' <div align="right">加帖题目:</div>';
print ' </td> <td width="609"> ';
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="http://edu.cnzz.cn/NewsInfo/icon1.gif" width="18" height="18">
<input type="radio" name="forumface" value="2">
<img src="http://edu.cnzz.cn/NewsInfo/icon2.gif" width="18" height="18">
<input type="radio" name="forumface" value="3">
<img src="http://edu.cnzz.cn/NewsInfo/icon3.gif" width="18" height="18">
<input type="radio" name="forumface" value="4">
<img src="http://edu.cnzz.cn/NewsInfo/icon4.gif" width="18" height="18">
<input type="radio" name="forumface" value="5">
<img src="http://edu.cnzz.cn/NewsInfo/icon5.gif" width="18" height="18">
<input type="radio" name="forumface" value="6">
<img src="http://edu.cnzz.cn/NewsInfo/icon6.gif" width="18" height="18">
<input type="radio" name="forumface" value="7">
<img src="http://edu.cnzz.cn/NewsInfo/icon7.gif" width="18" height="18"><br>
<input type="radio" name="forumface" value="8">
<img src="http://edu.cnzz.cn/NewsInfo/icon8.gif" width="18" height="18">
<input type="radio" name="forumface" value="9">
<img src="http://edu.cnzz.cn/NewsInfo/icon9.gif" width="18" height="18">
<input type="radio" name="forumface" value="10">
<img src="http://edu.cnzz.cn/NewsInfo/icon10.gif" width="18" height="18">
<input type="radio" name="forumface" value="11">
<img src="http://edu.cnzz.cn/NewsInfo/icon11.gif" width="18" height="18">
<input type="radio" name="forumface" value="12">
<img src="http://edu.cnzz.cn/NewsInfo/icon12.gif" width="18" height="18">
<input type="radio" name="forumface" value="13">
<img src="http://edu.cnzz.cn/NewsInfo/icon13.gif" width="18" height="18">
<input type="radio" name="forumface" value="14">
<img src="http://edu.cnzz.cn/NewsInfo/icon14.gif" width="18" height="18"></p>
</td>
</tr>
<tr>
<td width="131" valign="top" height="30" class="text">
<div align="right">加贴内容:</div>
</td>
<td width="609" valign="top" height="30">
<textarea name="forumcontent" cols="80" rows="6"></textarea>
</td>
</tr>
<tr>
<td width="131" valign="top"></td>
</td>
<td width="609" valign="top">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="排除">
</td>
</tr>
</table>
</form>
<p><span class="text">请您注重: <br>
<font color="#ff0000">*</font> 您的台甫,加帖题目不克不及为空<br>
<font color="#ff0000">* </font>尊敬网上品德,恪守中华国民共和国的各项有关功令律例 <br>
<font color="#ff0000">* </font>承当一切因您的行动而直接或直接招致的平易近事或刑事功令义务 <br>
<font color="#ff0000">*</font> 介入本服装论坛即标明您已浏览并承受上述条目 <br>
</span> </p>
<?
include ("c:mydbfooter.inc");
?>
<p><span class="text"> </span></p>
</body>
</html>
-----------------------
会有很多高手的鼓励,新手的支持,慢慢你劲头就十足,有更多的信心和兴趣去学。 遇到出错的时候,我经常把错误信息直接复制到 google的搜索栏,一般情况都是能搜到结果的,不过有时候会搜出来一大片英文的出来,这时候就得过滤一下,吧中文的弄出来,挨着式方法。 遇到出错的时候,我经常把错误信息直接复制到 google的搜索栏,一般情况都是能搜到结果的,不过有时候会搜出来一大片英文的出来,这时候就得过滤一下,吧中文的弄出来,挨着式方法。 作为一个合格的coder 编码的规范是必须,命名方面我推崇“驼峰法”,另外就是自己写的代码最好要带注释,不然时间长了,就算是自己的代码估计看起来都费事,更不用说别人拉。 对于初学者来说不推荐去拿钱买的。当然如果一个网站你经常去用,而且里面的资料也比较有用,最好还是买个会员比较好,毕竟那些也是别人的工作成果。 Ps:以上纯属原创,如有雷同,纯属巧合 为了以后维护的方便最好是代码上都加上注释,“予人方便,自己方便”。此外开发文档什么的最好都弄齐全。我觉得这是程序员必备的素质。虽然会消耗点很多的时间。但是确实是非常有必要的。 如果你可以写完像留言板这样的程序,那么你可以去一些别人的代码了, 建议加几个专业的phper的群,当然啦需要说话的人多,一处一点问题能有人回答你的,当然啦要让人回答你的问题,平时就得躲在里面聊天,大家混熟啦,愿意回答你问题的人自然就多啦。 其实也不算什么什么心得,在各位大侠算是小巫见大巫了吧,望大家不要见笑,若其中有错误的地方请各位大虾斧正。 有位前辈曾经跟我说过,phper 至少要掌握200个函数 编起程序来才能顺畅点,那些不熟悉的函数记不住也要一拿手册就能找到。所以建议新手们没事就看看php的手册(至少array函数和string函数是要记牢的)。 有位前辈曾经跟我说过,phper 至少要掌握200个函数 编起程序来才能顺畅点,那些不熟悉的函数记不住也要一拿手册就能找到。所以建议新手们没事就看看php的手册(至少array函数和string函数是要记牢的)。 使用 jquery 等js框架的时候,要随时注意浏览器的更新情况,不然很容易发生框架不能使用。 再就是混迹于论坛啦,咱们的phpchina的论坛就很强大,提出的问题一般都是有达人去解答的,以前的帖子也要多看看也能学到不少前辈们的经验。别的不错的论坛例如php100,javaeye也是很不错的。 建数据库表的时候,int型要输入长度的,其实是个摆设的输入几位都没影响的,只要大于4就行,囧。 使用zendstdio 写代码的的时候,把tab 的缩进设置成4个空格是很有必要的 开发工具也会慢慢的更专业,每个公司的可能不一样,但是zend studio是个大伙都会用的。 要进行开发,搭建环境是首先需要做的事,windows下面我习惯把环境那个安装在C盘下面,因为我配的环境经常出现诡异事件,什么事都没做环境有的时候就不能用啦。 再就是混迹于论坛啦,咱们的phpchina的论坛就很强大,提出的问题一般都是有达人去解答的,以前的帖子也要多看看也能学到不少前辈们的经验。别的不错的论坛例如php100,javaeye也是很不错的。 学好程序语言,多些才是王道,写两个小时代码的作用绝对超过看一天书,这个我是深有体会(顺便还能练打字速度)。
页:
[1]