battles/admin/test.php

25 lines
591 B
PHP
Raw Normal View History

2018-01-28 16:40:49 +00:00
<?php
include '../config.php';
2018-03-03 18:52:22 +00:00
spl_autoload_register(function ($class_name) {
include '../classes/' . $class_name . '.php';
});
//include_once '../classes/n.php';
//include_once '../classes/nick.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:25:33 +00:00
$row2 = db::c()->query('select * from `bank` WHERE owner=10929 OR owner=11221')->fetch_row_array();
print_r($row2);
echo '<hr>';
2018-03-01 14:51:01 +00:00
2018-03-01 17:52:26 +00:00
2018-03-03 18:29:55 +00:00
echo n::show(11263)."<br>".n::show(11221);