Term Code: 200529


<?php
$xml 
simplexml_load_file ("single_course.xml");
$term_code $xml->parameters->term;
?>
<html>
<body>
  <p><b>Term Code: <?=$term_code?>
</p>

<hr>
<?php highlight_file (__FILE__);?>
</body>