noalyss Version-9
Variables
test-db.php File Reference

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
 

Variable Documentation

◆ $array

$array =pg_fetch_all($ret)

Definition at line 26 of file test-db.php.

◆ $res

$res =pg_connect("dbname=rel671account_repository host=localhost user=dany password=dany")

Definition at line 21 of file test-db.php.

◆ $ret

$ret = pg_query($res," select * from ac_users")

Definition at line 24 of file test-db.php.

◆ try

try
Initial value:
{
echo $res
$res
Definition: test-db.php:21

Definition at line 31 of file test-db.php.