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

View File

@ -17,7 +17,7 @@ if (!$db) {
}
// Execute a query
$result = pg_query($db, "SELECT testval FROM testab");
$result = pg_query($db, "INSERT INTO testab (testval) VALUES ('Yolo')");
var_dump($result);
/*