battles/admin/test.php

10 lines
227 B
PHP
Raw Normal View History

2018-01-28 16:40:49 +00:00
<?php
include '../config.php';
//include '../functions.php';
//showinf_pers(10736,1);
//showinf_pers(10736);
$row = db::c()->query('select * from `bank` WHERE owner=10929 OR owner=11221')->fetch_assoc_array();
print_r($row);