mirror of
https://github.com/ClaytonWWilson/FightHub.git
synced 2025-12-16 07:28:46 +00:00
fixed upload.php merge conflict
This commit is contained in:
parent
dfaf9a1fe9
commit
9b4d874b62
37
upload.php
37
upload.php
@ -1,39 +1,3 @@
|
|||||||
<<<<<<< HEAD
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>FightHub - Upload</title>
|
|
||||||
<link rel="stylesheet" href="main.css">
|
|
||||||
<script src="scripts/main.js"></script>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<?php
|
|
||||||
$servername = "localhost";
|
|
||||||
$username = "fighthubuser";
|
|
||||||
$password = "cC33dC8W";
|
|
||||||
|
|
||||||
$conn = new mysqli($servername, $username, $password);
|
|
||||||
|
|
||||||
if($conn->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 "<h1>" . $game . "</h1>";
|
|
||||||
?>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
=======
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>FightHub - Upload</title>
|
<title>FightHub - Upload</title>
|
||||||
@ -97,4 +61,3 @@
|
|||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
>>>>>>> master
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user