杏林同学录(二)

5年以前  |  阅读数:476 次  |  编程语言:PHP 

成员主页:main.php
<?
session_start(); // 开始session
session_register("userregister");
$userregister=$username;
include "class/config.php";
$result = mysql_query("SELECT * FROM user where user='$username'",$db);
if (mysql_num_rows($result)==0){ //若返回列的数目为0,说明无此资料
echo "无此用户!";
exit;}
$userpsw=strtoupper(trim($userpsw));
$password=trim(mysql_result($result,0,'psw'));
$password=strtoupper($password);//取得密码,转换成大写
$userpsw=strtoupper($userpsw);
if (!($userpsw==$password)){
echo "密码错误!";
mysql_close($db);
exit;
}
$name=mysql_result($result,0,"name");
$count=mysql_result($result,0,"count")+1;//成员计数器加1
mysql_query("UPDATE user SET count=$count where user='$username'",$db);
?>

欢迎来到杏林同学录
同学录
北京时间
同学录
班级聊天室
【进入班级聊天室】
【班级聊天室帮助】
友情链接
国内最好的同学录
这里换成班级照片
祝贺词
1.欢迎使用杏林同学录。
2.如果发现bug,请尽快通知我。
3.技术支持: webmaster@medguider.51.net
最新留言
主题:$title
内容:$nnote
"; } ?>
悄悄话
查看悄悄话"; ?>
通讯录名单
        <table border="0" cellspacing="0" cellpadding="0" bgcolor="#CFBD9B" width="150">   
          <tr>    
            <td height="24" colspan="3"><img src="class/image/noticebar.gif" width="150" height="25"></td>   
            </tr>   
            <tr>    

            <td height="182" width="6%"> </td>   

            <td width="88%" bgcolor="#FFFFFF" background="class/image/fanhor01-1.jpg" class="deepblue10"><marquee direction=up scrollamount=1 scrolldelay=130 ><font color="#FFCC66">★</font>本网站已被搜狐、新浪收录<br>   
              <font color="#FFCC66">★</font>感谢leo为我们做的新动画logo.<br>   
              <font color="#FFCC66">★</font>经过数日的努力,终于用php和mysql数据库将新版同学录做好。特点:用户可在线修改资料;上传照片;悄悄话,oicq头像。<br>   
                <font color="#FFCC66">★</font>5460中国同学录上我们班已有14人加入。<br>   
              <font color="#FFCC66">★</font> 如果您有漂亮的扫描好的个人照片,请尽快上传。<br>   
              </marqee>   
              </td>   

            <td height="182" width="6%"> </td>   
            </tr>   
            <tr>    

            <td colspan="3" height="4"> </td>   
            </tr>   
          </table>                        </td>   
    </tr>   
  </table>   
</td>   

您是第 $hit"; ?> 位来访者!
主页制作:医学导航网
本页使用了flash,如果不能正常浏览,请安装flash插件

 相关文章:
PHP分页显示制作详细讲解
SSH 登录失败:Host key verification failed
获取IMSI
将二进制数据转为16进制以便显示
获取IMEI
文件下载
贪吃蛇
双位运算符
PHP自定义函数获取搜索引擎来源关键字的方法
Java生成UUID
发送邮件
年的日历图
提取后缀名
在Zeus Web Server中安装PHP语言支持
让你成为最历害的git提交人
Yii2汉字转拼音类的实例代码
再谈PHP中单双引号的区别详解
指定应用ID以获取对应的应用名称
Python 2与Python 3版本和编码的对比
php封装的page分页类完整实例