<?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);
?>
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);
?>
发表评论


从和老婆吵架看项目管理
延年跳到腾讯