From 216819913572dd319e13fad71d8a09f30d2aedd2 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 20 Apr 2019 16:27:51 -0400 Subject: [PATCH] upload.php 1st draft --- upload.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 upload.php diff --git a/upload.php b/upload.php new file mode 100644 index 0000000..1a665e4 --- /dev/null +++ b/upload.php @@ -0,0 +1,34 @@ + + + FightHub - Upload + + + + + + connect_error) { + die("Connection failed: " . $conn->connect_error); + } + + $url = $_GET['url']; + $name = $_GET['name']; + $username = $_GET['username']; + $description = $_GET['description']; + $event_date = $_GET['date']; + $length = $_GET['length']; + $characters = $_GET['characters']; + $players = $_GET['players']; + $game = $_GET['game']; + $stage = $_GET['stage']; + + echo "

" . $game . "

"; + ?> + +