This commit is contained in:
lopar
2018-03-01 16:51:01 +02:00
parent a8ff0a54f0
commit 5abf451314
3 changed files with 102 additions and 76 deletions

View File

@@ -1,5 +1,6 @@
<?php
include '../config.php';
include_once '../classes/nick.php';
//include '../functions.php';
//showinf_pers(10736,1);
@@ -14,4 +15,7 @@ print_r($row2);
echo '<hr>';
$row3 = db::c()->query('select * from `bank` WHERE owner=10929 OR owner=11221')->fetch_object_array();
print_r($row3);
echo '<hr>';
echo '<hr>';
$obj = new nick(11221);
$obj->get();