Jenna's code for Draw a Polygon (lines and square)

polygon

SLAVE CODE FOLLOWS

<?php
include('../includes/header.php');

error_reporting(E_ALL);    // set error reporting to all
?>

<h1>Jenna's code for Draw a Polygon (lines and square)</h1>

<img src="polygon.php" alt="polygon"> <!-- this is it -->

<?php

// list code for slave routine
echo('<hr><br>SLAVE CODE FOLLOWS<br><br>');
highlight_file ('polygon.php');

include(
'../includes/footer.php');
?>