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; /*