From e0004d128d26fa8a06cbffef5cda2abd24bf127b Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 7 Jan 2023 20:09:32 +0100 Subject: [PATCH] pg test --- proj/paper/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj/paper/index.php b/proj/paper/index.php index 6210b44..e54c08b 100644 --- a/proj/paper/index.php +++ b/proj/paper/index.php @@ -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); /*