noalyss Version-9
|
Go to the source code of this file.
Variables | |
$array =pg_fetch_all($ret) | |
$res =pg_connect("dbname=rel671account_repository host=localhost user=dany password=dany") | |
$ret = pg_query($res," select * from ac_users") | |
try | |
$array =pg_fetch_all($ret) |
Definition at line 26 of file test-db.php.
$res =pg_connect("dbname=rel671account_repository host=localhost user=dany password=dany") |
Definition at line 21 of file test-db.php.
$ret = pg_query($res," select * from ac_users") |
Definition at line 24 of file test-db.php.
try |
Definition at line 31 of file test-db.php.