include("../config.php"); $action = addslashes($_GET['action']); $Name = addslashes($_GET['Name']); $Type = addslashes($_GET['Type']); #--------------------------------------------------------------- #Search Interface #--------------------------------------------------------------- $connection = db_connect("asuu"); $query = "SELECT DISTINCT Type FROM student_groups ORDER BY Type"; $query2 = "SELECT Group_Name FROM student_groups ORDER BY Group_Name"; $result1 = mysql_query($query); $result2 = mysql_query($query2); if (!$result1 || !$result2) { echo "Error: Could not execute query."; } $num_results = mysql_num_rows($result1); $num_results2 = mysql_num_rows($result2); $search_interface = "
Our hope is that we can facilitate "like-minded" individuals in getting together, to make the school year more interesting and enjoyable.
Yearly, approximately 150 student clubs or organizations take advantage of this funding, helping them to provide quality events, speakers and even conference travel to their members. If you don't see a club in the Red Flyer that meets your needs, you can always start one of your very own! The process is easy, and the rewards can be great.
Click
here for printer friendly view
"; } //require("../header.php"); //echo $content; //require("../footer.php"); ?>
|