This commit is contained in:
lopar 2018-02-28 23:20:33 +02:00
parent ab7301538c
commit 934e0778eb
1 changed files with 1 additions and 2 deletions

View File

@ -9,5 +9,4 @@ include '../config.php';
$row = db::c()->query('select * from `bank` WHERE owner=10929 OR owner=11221')->fetch_assoc_array();
print_r($row);
echo '<hr>';
$row2 = db::c()->query('select * from `bank` WHERE owner=10929 OR owner=11221')->fetch_assoc();
print_r($row2);
echo $row['5']['pass'];