justin252645093
新手上路

UID 114831
精华
0
积分 35
帖子 18
金钱 35 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2008-3-17 来自 beijing
状态 离线
|
[推荐阅读] [php]数值如何从大到小排列.
贴上所以的SQL代码。大家给看下
$Query="select * from user_information_table where email='".$email."' and password='".$password."';";
$db->Query($Query);
$rs = $db->NextRecord();
$Query1="update user_information_table set lastlogin_time=NOW() where user_id='".$rs["user_id"]."';";
$db->Query($Query1);
$db->Close();
$ismember="<img src=\"images/member.gif\" width=\"13\" height=\"13\" title=\"会员新闻\">";
我脑子是乱套了
|
|