12 lines
264 B
PHP
12 lines
264 B
PHP
<?php
|
|
include '../config.php';
|
|
//include '../functions.php';
|
|
|
|
//showinf_pers(10736,1);
|
|
|
|
//showinf_pers(10736);
|
|
|
|
$row = db::c()->query('select * from `bank` WHERE owner=10929 OR owner=11221')->fetch_assoc_array();
|
|
print_r($row);
|
|
echo '<hr>';
|
|
echo $row['5']['pass']; |