From aa0ff49a7683de49c6bc953f197fff581e53655b Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 7 Jan 2023 20:07:47 +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 02584af..3857c23 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 * FROM *"); +$result = pg_query($db, "SELECT testval FROM testab"); echo $result; /*