![]() |
|
Registration is now open! |
$look_at_event_id = "RF0";
$path_to_db_connect = "../convention_master/shared_php/db_connect.php";
if (file_exists($path_to_db_connect)){
if (!isset($GET['event_id'])) $event_id = $look_at_event_id;
include("$path_to_db_connect");
$query_string = "Select event_title, AUP from events where event_id= \"$event_id\"";
$query_result = mysql_query($query_string) or die(" Mysql returned a error.");
while($fur_result = mysql_fetch_array($query_result)){
$event_title = $fur_result['event_title'];
$aup = $fur_result['AUP'];
}
print " Rules for " . $event_title . " \n";
print $aup;
print "\n"; } else { print "Rules are Temporarily unavailable while the db_connect file doesn't exist."; } ?> |
| Design by Jurann and K'sharra - Programming by Trapa
Banner Image © K'sharra, All Other Images © Monika Livingstone |
|