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