tests
This commit is contained in:
parent
3e51461e6e
commit
ab7301538c
@ -7,4 +7,7 @@ include '../config.php';
|
||||
//showinf_pers(10736);
|
||||
|
||||
$row = db::c()->query('select * from `bank` WHERE owner=10929 OR owner=11221')->fetch_assoc_array();
|
||||
print_r($row);
|
||||
print_r($row);
|
||||
echo '<hr>';
|
||||
$row2 = db::c()->query('select * from `bank` WHERE owner=10929 OR owner=11221')->fetch_assoc();
|
||||
print_r($row2);
|
Loading…
Reference in New Issue
Block a user