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"hello
";
echo $game;
?>