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