PHP+DBM的同学录程序(4)
程序员文章站
2022-03-04 16:00:27
8、注册文件reg.php3 require("common.php3"); require("mail.php3");...
8、注册文件reg.php3
<?
require("common.php3");
require("mail.php3");
if($submit){
if($id=="")error("请填写您的注册用户名!");
elseif(!eregi("^[0-9a-za_z]+$",$id))error("你的用户名不能含有其他字符!");
elseif($password=="")error("请填写您的密码!");
elseif($password<>$password1)error("您的密码填写不正确!");
elseif($name=="")error("请填写您的名字!");
elseif($mail=="")error("请填写您的邮件地址!");
else{
$dbm=dbmopen("class","w");
if(dbmexists($dbm,$id))error("这个用户名已经给别人注册了!");
else{
$intro=nl2br($intro);
$data="$name|!:!|$nickname|!:!|$mail|!:!|$home|!:!|$oicq|!:!|$icq|!:!|$add|!:!|$tel|!:!|$birth|!:!|$job|!:!|$intro|!:!|$sex";
dbminsert($dbm,$id,$data);
$pwd=dbmopen("password","w");
dbminsert($pwd,$id,$password);
}
dbmclose($dbm);
$sendmsg="欢迎注册《深圳中学2000届高中(12)班同学录》n";
$sendmsg.="下面是您的注册信息:n";
$sendmsg.="用户名:$idn用户密码;$passwordn";
$sendmsg.="=====================================================";
$sendmsg.="注册姓名:$namen注册昵称:$nicknamen注册邮箱:$mailn主页地址:$homen";
$sendmsg.="您的oicq:$oicqn您的 icq:$icqn联系地址:$addn联系电话:$teln";
$sendmsg.="您的生日:$birthn您的职业:$jobn您的性别;$sexn您的个人介绍:n$intronn";
$sendmsg.="======================================================";
$sendmsg.="欢迎注册《深圳中学2000届高中(12)班同学录》";
$sendmsg.="登陆地址:http://5212.net/class/";
mail2("欢迎注册《深圳中学2000届高中(12)班同学录》",$sendmsg,$mail);
header("location:index.php3");
}
}else{
?><!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html><head><title>同学录用户注册</title>
<meta content="text/html; charset=gb2312" http-equiv=content-type>
<link rel="stylesheet" href="style.css">
<meta content="mshtml 5.00.2614.3500" name=generator>
</head><body bgcolor="#ffffff" topmargin=0>
<table border=0 cellpadding=0 cellspacing=0 width="100%"><br>
<div align=center></div><center><tbody></tbody></center>
</table>
<table border=0 cellpadding=0 cellspacing=0 width="60%" align="center">
<tbody> <tr valign=top>
<td bgcolor=#000000 width="100%" height="336">
<div align=center>
<table border=0 cellpadding=4 cellspacing=1 height=390 width=586>
<tbody>
<tr>
<td align=middle bgcolor=#2f5e8c colspan=2 height=14 valign=top><form method="post" action="reg.php3"> <font color=#ffffff>注册同学录</font></td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=150>注册用户名: </td>
<td align=left bgcolor=#ffffff height=25 width=400>
<input class=stedit maxlength=10 name=id size=23>
*必须填写</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的密码: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=10 name=password size=23 type="password">
*必须填写 </td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>重复密码: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input type="password" class="stedit" name="password1" size="23" value="">
*必须填写 </td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>nickname: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=20 name=nickname size=23>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>电子邮件: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=30 name=mail size=23>
*必须填写 </td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的oicq: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=9 name=oicq size=23>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的主页: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=50 name=home size=23 value="http://">
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的 icq: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=10 name=icq size=23>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的名字: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=10 name=name size=23>
*必须填写 </td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的电话: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=20 name=tel size=23>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>出生日期: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=11 name=birth size=23>
*类似2000-10-10 </td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>联系地址: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=50 name=add size=23>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的职业: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<select name="job">
<option value="学 生">学 生</option>
<option value="老 师">老 师</option>
<option value="其 他">其 他</option>
</select>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的性别: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<select name="sex">
<option value="俊 男">俊 男</option>
<option value="靓 女">靓 女</option>
<option value="其 他">其 他</option>
</select>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>个人简介: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<textarea class="stedit" name="intro" cols="40" rows="4"></textarea>
</td>
</tr>
<tr bgcolor=#ffedc8>
<td bgcolor=#ffffff colspan=2>
<div align="center">
<input type="submit" name="submit" value="确认申请" class="stbtm">
<input type="reset" name="reset" value="注册重置" class="stbtm">
</div></form>
</td>
</tr>
</tbody>
</table>
</div></tr></tbody></table><br><tr><td></td></tr>
</body>
</html>
<?
}
?>
9、建立数据库的文件run.php3
<?
$dbm=dbmopen("class","c");
dbmclose($dbm);
$dbm=dbmopen("password","c");
dbmclose($dbm);
?>
<?
require("common.php3");
require("mail.php3");
if($submit){
if($id=="")error("请填写您的注册用户名!");
elseif(!eregi("^[0-9a-za_z]+$",$id))error("你的用户名不能含有其他字符!");
elseif($password=="")error("请填写您的密码!");
elseif($password<>$password1)error("您的密码填写不正确!");
elseif($name=="")error("请填写您的名字!");
elseif($mail=="")error("请填写您的邮件地址!");
else{
$dbm=dbmopen("class","w");
if(dbmexists($dbm,$id))error("这个用户名已经给别人注册了!");
else{
$intro=nl2br($intro);
$data="$name|!:!|$nickname|!:!|$mail|!:!|$home|!:!|$oicq|!:!|$icq|!:!|$add|!:!|$tel|!:!|$birth|!:!|$job|!:!|$intro|!:!|$sex";
dbminsert($dbm,$id,$data);
$pwd=dbmopen("password","w");
dbminsert($pwd,$id,$password);
}
dbmclose($dbm);
$sendmsg="欢迎注册《深圳中学2000届高中(12)班同学录》n";
$sendmsg.="下面是您的注册信息:n";
$sendmsg.="用户名:$idn用户密码;$passwordn";
$sendmsg.="=====================================================";
$sendmsg.="注册姓名:$namen注册昵称:$nicknamen注册邮箱:$mailn主页地址:$homen";
$sendmsg.="您的oicq:$oicqn您的 icq:$icqn联系地址:$addn联系电话:$teln";
$sendmsg.="您的生日:$birthn您的职业:$jobn您的性别;$sexn您的个人介绍:n$intronn";
$sendmsg.="======================================================";
$sendmsg.="欢迎注册《深圳中学2000届高中(12)班同学录》";
$sendmsg.="登陆地址:http://5212.net/class/";
mail2("欢迎注册《深圳中学2000届高中(12)班同学录》",$sendmsg,$mail);
header("location:index.php3");
}
}else{
?><!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html><head><title>同学录用户注册</title>
<meta content="text/html; charset=gb2312" http-equiv=content-type>
<link rel="stylesheet" href="style.css">
<meta content="mshtml 5.00.2614.3500" name=generator>
</head><body bgcolor="#ffffff" topmargin=0>
<table border=0 cellpadding=0 cellspacing=0 width="100%"><br>
<div align=center></div><center><tbody></tbody></center>
</table>
<table border=0 cellpadding=0 cellspacing=0 width="60%" align="center">
<tbody> <tr valign=top>
<td bgcolor=#000000 width="100%" height="336">
<div align=center>
<table border=0 cellpadding=4 cellspacing=1 height=390 width=586>
<tbody>
<tr>
<td align=middle bgcolor=#2f5e8c colspan=2 height=14 valign=top><form method="post" action="reg.php3"> <font color=#ffffff>注册同学录</font></td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=150>注册用户名: </td>
<td align=left bgcolor=#ffffff height=25 width=400>
<input class=stedit maxlength=10 name=id size=23>
*必须填写</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的密码: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=10 name=password size=23 type="password">
*必须填写 </td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>重复密码: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input type="password" class="stedit" name="password1" size="23" value="">
*必须填写 </td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>nickname: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=20 name=nickname size=23>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>电子邮件: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=30 name=mail size=23>
*必须填写 </td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的oicq: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=9 name=oicq size=23>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的主页: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=50 name=home size=23 value="http://">
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的 icq: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=10 name=icq size=23>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的名字: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=10 name=name size=23>
*必须填写 </td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的电话: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=20 name=tel size=23>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>出生日期: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=11 name=birth size=23>
*类似2000-10-10 </td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>联系地址: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<input class=stedit maxlength=50 name=add size=23>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的职业: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<select name="job">
<option value="学 生">学 生</option>
<option value="老 师">老 师</option>
<option value="其 他">其 他</option>
</select>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>您的性别: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<select name="sex">
<option value="俊 男">俊 男</option>
<option value="靓 女">靓 女</option>
<option value="其 他">其 他</option>
</select>
</td>
</tr>
<tr>
<td align=middle bgcolor=#ffffff height=25 width=121>个人简介: </td>
<td align=left bgcolor=#ffffff height=25 width=486>
<textarea class="stedit" name="intro" cols="40" rows="4"></textarea>
</td>
</tr>
<tr bgcolor=#ffedc8>
<td bgcolor=#ffffff colspan=2>
<div align="center">
<input type="submit" name="submit" value="确认申请" class="stbtm">
<input type="reset" name="reset" value="注册重置" class="stbtm">
</div></form>
</td>
</tr>
</tbody>
</table>
</div></tr></tbody></table><br><tr><td></td></tr>
</body>
</html>
<?
}
?>
9、建立数据库的文件run.php3
<?
$dbm=dbmopen("class","c");
dbmclose($dbm);
$dbm=dbmopen("password","c");
dbmclose($dbm);
?>
推荐阅读
-
程序员的进阶课-架构师之路(4)-栈
-
无数据库的详细域名查询程序PHP版(4)
-
2020年已经过去4/1:七年老兵分享Java程序员突破能力需要的那些技术点
-
80端口被Pid为4的未知程序占用导致Apache不能启动的解决方法
-
改善Java程序的151个建议(1-4)
-
Java利用exe4j工具生成exe文件实例演示,IntelliJ IDEA将项目转化为jar包方法,运行生成后的程序弹出exe4j提示处理
-
未能加载文件或程序集“Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)
-
Java经典编程习题100例:第18例:编写程序,将一个数组中的元素倒排过来。例如原数组为1,2,3,4,5;则倒排后数组中的值
-
编写计算并输出一个3*3阶矩阵对角线元素的和。 程序运行结果示例: 请输入数组元素:(3*3)↙ 1 2 3 4 5 6 7 8 9↙ ↙ 数组为:cqupt
-
python编程:输入一个正整数n,编写程序计算如下数列的值1-2+3-4+5.。。。+n(或-n)