您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息
免费发信息

php实现的用户查询类实例_PHP教程

2024/5/2 9:19:16发布9次查看
php实现的用户查询类实例本文实例讲述了php实现的用户查询类。分享给大家供大家参考。具体实现方法如下:
?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
usertable` where $field='$value';
$db=new database;
$res=$db->execute($sql);
$obj_user=mysql_fetch_object($res);
return $obj_user;
}
else echo 查询方式不对;
}
function get_moreusers()
{
global $db;
$argnums=func_num_args();
$argarr=func_get_args();
switch($argnums)
{
case 0:
$sql=select * from `$this->usertable`;
break;
case 2:
$sql=select * from `$this->usertable` where $argarr[0]='$argarr[1]';
break;
case 4:
$sql=select * from `$this->usertable` where $argarr[0]='$argarr[1]' and $argarr[2]='$argarr[3]';
break;
}
//$db=new database;
$res=$this->execute($sql);
$obj_arr=array();
while($obj=mysql_fetch_object($res))
{
$obj_arr[]=$obj;
}
return $obj_arr;
}
}
?>
希望本文所述对大家的php程序设计有所帮助。
http://www.bkjia.com/phpjc/1018373.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/1018373.htmltecharticlephp实现的用户查询类实例 本文实例讲述了php实现的用户查询类。分享给大家供大家参考。具体实现方法如下: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14...
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录