Оптимизация запросов в БД.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<?php
|
||||
include 'config.php';
|
||||
include 'functions.php';
|
||||
include '../config.php';
|
||||
//include '../functions.php';
|
||||
|
||||
showinf_pers(10736,1);
|
||||
//showinf_pers(10736,1);
|
||||
|
||||
showinf_pers(10736);
|
||||
//showinf_pers(10736);
|
||||
|
||||
$row = db::c()->query('select * from `bank` WHERE owner=10929 OR owner=11221')->fetch_assoc_array();
|
||||
print_r($row);
|
||||
Reference in New Issue
Block a user