\"\"

\"\"
\"\"
"; #---------------------------------------------------------- # End Search Interface #------------------------------------------------------------ # action == search #------------------------------------------------------------ if ($action == "search") { //search by category if (($Name == "none") || (($Name != "none") && ($Type != "none")) ) { $searchedby = "Type"; $searchterm = $Type; $connection = db_connect("student_groups"); $query = "SELECT * FROM student_groups WHERE Type = \"$Type\" ORDER BY Group_Name"; $result = mysql_query($query); } //search by Name elseif ($Type == "none") { $searchedby = "Name"; $searchterm = $Name; $connection = db_connect("asuu"); $query = "SELECT * FROM student_groups WHERE Group_Name = \"$Name\""; $result = mysql_query($query); } $content .= "Your search "; $content .= "for "; $content .= stripslashes($searchterm); $content .= " returned the following:
"; $content .= ""; $content .= "

$search_interface

"; $num_results = mysql_num_rows($result); for ($i = 0, $a = 1; $i < $num_results; $i++, $a++) { $row = mysql_fetch_array($result); $content .= "
"; $content .= stripslashes($a); $content .= " "; $content .= stripslashes($row["Group_Name"]); $content .= "
Purpose: "; $content .= stripslashes($row["Purpose"]); $content .= "
Contact Person: "; $content .= stripslashes($row["Contact_Person"]); $content .= "
TEL: "; $content .= stripslashes($row["Contact_Phone"]); $content .= " EMAIL: "; $content .= stripslashes($row["Contact_email"]); if ($row["web_address"] != null) { $content .= "
Web address: "; $content .= stripslashes($row["web_address"]); $content .= "


"; } else { $content .= "


"; } } } #--------------------------------------------------------------- # Action == null #--------------------------------------------------------------- if ($action == "") { $content = "

Student Groups and Organizations

ASUU is the central clearing house on the U of U campus for student groups and clubs. Each year ASUU maintains the registration of over 300 student organizations.

$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"); ?> ASUU - Current Groups

                 

 


- If your student group/club is not shown, please click here -

 

 

 

 

- If your student group/club is not shown, its registration is possibly expired.
- Registration for each student group only lasts a year.
- For information on how to re-register your group please visit ASUU - Rm. #234 in the Union

 

 

 

 

 

Copyright © 2007 The Associated Students of the University of Utah
200 S Central Campus Drive - Suite 234 - Salt Lake City, UT 84112 - 801.581.2788
Disclaimer - Privacy Policy - Contact Webmaster