hi include ("/www/www.willamette.edu/dept/csl/php/routines.php"); $form = 1; ?>
Your service has been logged. Thanks!
"; else print "An internal error has occurred. Please try again.
"; } else print "You must enter a service organization and a valid number of hours served. Please try again.
"; } $admins = array ('skanick', 'atowers', 'ksingera'); if (in_array ($_SERVER['PHP_AUTH_USER'], $admins)) { if ($_GET['view'] == 'full') { $form = 0; print getServiceDetail (); } else { $summary = getServiceSummary(); ?>View detailed service information
| Total students serving | =$summary['students']?> |
|---|---|
| Total hours served | =$summary['hours']?> |
| Total hours served in leadership | =$summary['leaders']?> |