First page Back Continue Last page Overview Graphics

More Functions

  • <?php
  • function meeting_table($title,$date,$location,$author,$other) {
  • open_table();
  • meeting($title,$date,$location,$author,$topic,$other);
  • close_table();
  • }
  • ?>

    Notes: