UNIVERSITY of GLASGOW

IT Services
home > services > IT Services > Helpdesk

IT Helpdesks

IT problem? Check SPOTLIGHT  for hot and known issues!
 
student computing cluster
Student IT Helpdesk  
IT Support for students is available on the 3rd floor of the Library, and is a "drop in" service.

IT Support and Services Helpdesk
For general IT problems for most of the campus. If you are unsure which helpdesk you should use, then use this one. 

Business Applications Helpdesk
For WebSURF, ExamSURF,CCIMS, Direct Admissions, Undergraduate Admissions, C-Docs, Human Resources System, Student Records, Salary Forecasting, Physical Resources System, BiQuery and Agresso related problems.

IT Services Administration Helpdesk
For  software purchasing and licensing issues

University Services IT Office
IT support for central University Services departments.


Spotlight

1 and status = 1'; $result = mysql_query($query) ; } // HTML //loop to output all the rows in the table while ($row = @ mysql_fetch_array($result)) { //$type = $row['status']; $description = $row['description']; $eventdate = $row['custom_f']; $starttime=$row['starttime']; $title=substr($description, 0, strpos($description, "\r\n")); $blurb=substr($description, strpos($description, "\r\n")) ; if ($eventdate != "") { echo "

"; echo $title; echo "

"; echo "

$eventdate
"; echo strip_tags($blurb); echo "

"; } else { echo "

"; echo $title; echo "

"; echo "

$starttime
"; echo $blurb ; echo "

"; } } //close mysql_close($conn); ?> {$row['StartDate']}
"; } $description = $row['EventDescription']; echo <<$type

$eventdate $description

end; } //close mysql_close($conn); ?>