From e3a2b8a4958a0f13f184f7cf8efab2c2be2b5e0d Mon Sep 17 00:00:00 2001 From: Ismail Cadaroski Date: Wed, 11 Jan 2017 20:21:27 +0100 Subject: [PATCH] Included dbh and signup file --- dbh.php | 10 ++++++++++ signup.php | 16 ++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 dbh.php create mode 100644 signup.php diff --git a/dbh.php b/dbh.php new file mode 100644 index 0000000..ca60af0 --- /dev/null +++ b/dbh.php @@ -0,0 +1,10 @@ + +$conn = mysqli_connect("localhost:4022", "root", "password", "login"); + + +if (!$conn){ + die("Connection failed:".mysqli_connect_error()); +} +?> diff --git a/signup.php b/signup.php new file mode 100644 index 0000000..73d5f06 --- /dev/null +++ b/signup.php @@ -0,0 +1,16 @@ +