pg test
This commit is contained in:
parent
423a77b93d
commit
aa0ff49a76
|
@ -17,7 +17,7 @@ if (!$db) {
|
|||
}
|
||||
|
||||
// Execute a query
|
||||
$result = pg_query($db, "SELECT * FROM *");
|
||||
$result = pg_query($db, "SELECT testval FROM testab");
|
||||
|
||||
echo $result;
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue