print $maintitle; ?>
Please click one of the links below to download either the General and Tuition Information or Application Form in PDF format.
$values=SelectQuery("file_uploads","name,caption,size,type","where category='Application and Tuition'"); if(is_array($values)) { foreach($values as $v) { $size=($v[2] / 1000); $size=round($size,1); $filename=str_replace(" ","_",$v[0]); $filetype=strtoupper($v[3]); print "$v[0] [download $filetype file - ".$size."Kb]
$v[1]
"; } } ?>
// ********************************************************
// RIGHT SIDE IMAGES IN HERE, WITH QUOTES
//
$pagecopy="application_forms";
include($_SERVER["DOCUMENT_ROOT"]."/libs/right_side_images.inc.php");
//
// END OF RIGHT SIDE IMAGES AND QUOTES
// ********************************************************
?>