This commit is contained in:
lopar 2018-02-28 23:18:32 +02:00
parent 3e51461e6e
commit ab7301538c
1 changed files with 4 additions and 1 deletions

View File

@ -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);