battles/admin/test.php

12 lines
264 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();
2018-02-28 21:18:32 +00:00
print_r($row);
echo '<hr>';
2018-02-28 21:20:33 +00:00
echo $row['5']['pass'];