标题:在同一页面,这段代码如何做成不同用户登陆,看到的select选项不一样呢?
只看楼主
multiple1902
Rank: 8Rank: 8
等 级:贵宾
威 望:42
帖 子:4881
专家分:671
注 册:2007-2-9
得分:0 
其实我也不会写……太忙了
2008-06-29 11:20
icecool
Rank: 9Rank: 9Rank: 9
等 级:贵宾
威 望:20
帖 子:1214
专家分:1366
注 册:2005-3-14
得分:0 
登陆判断:

      user_name=request("username")         'user_name=user2
      user_pass=request("userpass")         'user_pass=456
  ^^^^^^^^^^^^^^^^
      selecte id,user,pass from user where user=user_name
          if rs("pass")=user_pass then
             session("id")=rs("id")                 'session("id")=2
             session("user_name")=rs("user")
           else
             response.write "密码错误"
             response.end
           end if

显示类别:
          news_class=session("id")
          select title,class from newsclass where id=news_class
             response.write rs("title")             'rs("title")="国际新闻"

http://toorup.3v.do
loading...
2008-06-29 13:43
icecool
Rank: 9Rank: 9Rank: 9
等 级:贵宾
威 望:20
帖 子:1214
专家分:1366
注 册:2005-3-14
得分:0 
写个大概,你自已看明白就知怎么写了

http://toorup.3v.do
loading...
2008-06-29 13:44
wuchuntao
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2011-7-24
得分:0 
           
   我想知道用web写的登录界面,要连数据库的整个流程是怎么样的?
谢谢各位师兄师妹们那?
2011-07-24 15:10
wuchuntao
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2011-7-24
得分:0 
回复 13楼 icecool
谢谢师兄啊,祝你周末愉快!
2011-07-24 15:32



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-221587-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.233053 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved