Created
February 23, 2012 18:39
-
-
Save eqdw/1894268 to your computer and use it in GitHub Desktop.
CS STUDENTS? Y U NO ESCAPE PARAMS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Get team ID from url | |
$teamID = $_GET["team"]; | |
// - SQL Queries | |
// Get university and team name | |
$query = "SELECT * FROM `delegations` WHERE delegID = " . $teamID; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment