| Sports Trivia Scores | Sports Trivia /font> | |
| } // if no records present // display message else { ?> No team names currently available } ?> Select the date and press submit | /* Free resultset */ mysqli_free_result($result); /* Closing connection */ mysqli_close($link); ?> ?> Select the date and press submit
|
// --------------------------------------- /* Connecting, selecting database */ $link = mysqli_connect("127.0.0.1", "denton_ntn", "sQ2975", "denton_ntn"); $query = "SELECT date, ID FROM strecaps WHERE date LIKE '$year%' ORDER BY date ASC"; $result = mysqli_query($link, $query) or die("Query failed"); /* Printing results in HTML */ $z = mysqli_num_fields($result); for ($i = 0; $i < $z; $i++){ //$v[$i] = mysqli_field_name ($result, $i); $v[$i]= strtoupper($v[$i]); } ?> |
|
Sports Trivia Wins, %year (Total Wins Ranking and Winning Team by Date) Individual Sports Trivia Team Statistics (select your team from the list that will appear) NEW Select Your Team From a Smaller List of Teams by State or Province: Average
Sports Trivia Score Rankings (no penalty for not playing a game) Total Place
Points Rankings (100 points for first place, 99 points for second, etc.) Games Played
Year-To-Date Rankings NEW Sports Trivia Winning Streaks |