sql备份

| |
| August 23, 2008 15:54 | root | Via 本站原创
<?php
error_reporting(E_ALL);
include_once('../../config/db_config.php');
include_once('../../lib/mysqlpdo.class.php');
include_once('../../lib/answer.class.php');
$ans_list = new answer();
$query="select * from `option`";
$p = new mysqlpdo();
$p->Select($query);
$results = $p->FetchAll();
print_r($results);

?>
WEB相关 | 评论(0) | 引用(0) | 阅读(70)
发表评论
 网址
 电邮
  密码 游客无需密码
 昵称  *  [注册]
               

 
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我