diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..db3b703 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/nbproject/private/ +/nbproject diff --git a/core/dbconnect.php b/core/dbconnect.php new file mode 100644 index 0000000..86a087d --- /dev/null +++ b/core/dbconnect.php @@ -0,0 +1,14 @@ +connect_errno) { + printf("Connect over mysqli failed: %s\n", $mysqli->connect_error); + exit(); +} +?> diff --git a/index.php b/index.php new file mode 100644 index 0000000..9709142 --- /dev/null +++ b/index.php @@ -0,0 +1,10 @@ + + + + + + + + + +