; ?
This commit is contained in:
parent
05972182a2
commit
e06f6e57a8
|
@ -17,7 +17,7 @@ if (!$db) {
|
|||
}
|
||||
|
||||
// Execute a query
|
||||
$result = pg_query($db, "SELECT * FROM testab");
|
||||
$result = pg_query($db, "SELECT * FROM testab;");
|
||||
|
||||
if (!$result) {
|
||||
// query failed
|
||||
|
|
Loading…
Reference in New Issue