2018-01-28 18:40:49 +02:00
|
|
|
<?php
|
2018-02-28 23:16:09 +02:00
|
|
|
include '../config.php';
|
|
|
|
//include '../functions.php';
|
2018-01-29 20:21:55 +02:00
|
|
|
|
2018-02-28 23:16:09 +02:00
|
|
|
//showinf_pers(10736,1);
|
2018-01-29 20:21:55 +02:00
|
|
|
|
2018-02-28 23:16:09 +02:00
|
|
|
//showinf_pers(10736);
|
|
|
|
|
|
|
|
$row = db::c()->query('select * from `bank` WHERE owner=10929 OR owner=11221')->fetch_assoc_array();
|
2018-02-28 23:18:32 +02:00
|
|
|
print_r($row);
|
|
|
|
echo '<hr>';
|
2018-02-28 23:20:33 +02:00
|
|
|
echo $row['5']['pass'];
|