Example #1
0
<h2><a href="clients-view.php?clsid=<?php 
echo $_GET['clsid'];
?>
">Back to Clients View</a></h2>

<a href="classes-view.php?sid=<?php 
echo $currentclass->sessionid;
?>
">back to classes</a>

<table id="tbschedualdisplay">

<tr class="tabletitle"><td>Child Names</td></tr>

<?php 
Client::displaychildnames($_GET['clsid']);
?>

</table>


</div>

         <div class="textcontentclear"></div>           

      </div>        

</div>

  <?php 
foot();