[php]titleHeader();[/php]
[php]banner(“banner2.png”,”College-01.png”);[/php]

Led by:

Paul Chin – [php]email(‘P.A.Chin@hull.ac.uk’);[/php]

Robert Sherratt – [php]email(‘R.Sherratt@hull.ac.uk’);[/php]

The WebPA system has been installed and piloted at the University of Hull since 2006. Initally there was a single user of the system and there are active users across a diverse range of subject areas;

[php]
//Connect to Database
connect();

//Variables
$search= “community/university-of-hull/”;

$table= “lboro_documentStore”;

//Build Results
documentList($search, $table);
[/php]