Start of Page
Variable One:
Variable Two:

The source of this page was:
<?php
  echo "Start of Page";
  echo "<br>Variable One: $varOne";
  echo "<br>Variable Two: $varTwo";
?>
Call this code with the link Sample 5.1

Back to Lesson 5