GopherPHP page skeleton

  <?php 
    require "php/gopher.inc";
    start_page();
  ?>
  <!-- START OF PAGE CONTENT -->

  <!-- END OF PAGE CONTENT -->
  <?php
    end_page();
  ?>

A copy of this page sekeleton can be found in the file gopher_php_template.php, which provides a convenient template for your own GopherPHP pages. Please make sure that there are no blank lines at the top of the page (before the first <?php tag), otherwise GopherPHP will not be able to produce a well-formed HTML page.