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 . "
";
+ ?>
+
+