This commit is contained in:
ed barz 2023-01-07 20:08:18 +01:00
parent aa0ff49a76
commit ba7fe37ddb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if (!$db) {
// Execute a query // Execute a query
$result = pg_query($db, "SELECT testval FROM testab"); $result = pg_query($db, "SELECT testval FROM testab");
echo $result; var_dump($result);
/* /*
if (!$result) { if (!$result) {
// query failed // query failed