xcking
注册会员

UID 70463
精华
0
积分 173
帖子 141
金钱 173 喜悦币
威望 0
人脉 0
阅读权限 20
注册 2006-3-27
状态 离线
|
[广告]: 代充Paypal帐号美元
说说数据库记录显示的问题
现在常用的数据库记录显示的方法就用for或者while循环什么的
比如说
$query = $DB->query("SELECT * FROM xxxx“); while($xx=$DB->fetch_array($query)) {?> <tr align="center"> <td class="txlRow"><?=$xx['xx']?></td> <td class="txlRow"><?=$xx['ixx']?></td> <td class="txlRow"><?=$xx['xx'])?></td> <td class="txlRow$xx['xx']?></td> </tr> 这样是不是缓存的压力很大呢?
|
|