Your Submission
You haven't submitted work to this contest.
You didn't submit a work to this contest.
Schedule
- Submissions
- Open:
- Close:
- Document Review
- Start:
- End:
- Round One
- Start:
- End:
- Round Two
- Start:
- End:
- Round Three
- Start:
- End:
prepare($sql); $stmt->execute([ "id" => $_GET["game"], ]); $game = $stmt->fetch(PDO::FETCH_OBJ); unset($stmt); $title = "Game: " . $game->name; $description = "View details about the " . $game->name . " vote."; } include "partials/head.php"; ?>
You haven't submitted work to this contest.
You didn't submit a work to this contest.