From 1e44886d6f53d5bb9621211810fdea247f7fbd71 Mon Sep 17 00:00:00 2001 From: Mateja Date: Sat, 3 Oct 2020 00:10:38 +0200 Subject: moved notes --- edit.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 edit.php (limited to 'edit.php') diff --git a/edit.php b/edit.php new file mode 100644 index 0000000..3ddada5 --- /dev/null +++ b/edit.php @@ -0,0 +1,15 @@ +setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); + } catch (PDOException $e) { + echo "

Error!: " . $e->getMessage() . "

"; + } + +} -- cgit v1.2.3