$single = __query("select * from {tabpre}single where id=14","only");
echo $single["content"];
?>
session_start();
define('INIT_XMALL',true);
include_once 'config/conn.php';
?>
$time = __query("select * from {tabpre}time limit 1","only");
?>
$match = __query("select * from {tabpre}match limit 1","only");
?>
0
$vedio = __query("select * from {tabpre}vedio where `show`=1 and `rmd2`=1 ","only");
// var_dump($vedio);
?>