From 16939b4344b67ac8146015231af4d2fe691e90ce Mon Sep 17 00:00:00 2001 From: Mateja Date: Thu, 1 Oct 2020 14:50:02 +0200 Subject: tiding up... --- test/index.php | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 test/index.php (limited to 'test/index.php') diff --git a/test/index.php b/test/index.php new file mode 100644 index 0000000..b0cb731 --- /dev/null +++ b/test/index.php @@ -0,0 +1,75 @@ +You gay!
"; +} +?> + + + + +Test table + + + + +
+ + +
+ + +
+ + +
+ +
+\n"; + echo "IDNameActions\n"; + foreach ($conn->query("SELECT * FROM tbl1") as $row) { + echo "" . $row['id'] . ""; + echo "" . $row['name'] . ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo "\n"; + } + echo "\n"; +} +catch (PDOException $e) { + echo $e->getMessage(); +} +?> + + -- cgit v1.2.3