<form action="open.php" method="POST"
enctype="multipart/form-data">
<table align="left" cellpadding=2 cellspacing=1
width="90%">
<tr><th width="20%">Teacher's Name:</th><td> <select
name="name">
<option
value="0">Select One</option>
<?
$services= db_query('SELECT firstname,lastname FROM ‘.ost_clients.’ ‘order by
firstname');
while
(list($firstname,$lastname) = db_fetch_row($services)){?>
<option
value="<?=$firstname?> <?=$lastname?>" <?
if($_POST==$firstname." ".$lastname) echo
'selected="selected"';
?>><?=$firstname?> <?=$lastname?></option>
<? } ?> </select> <font
class="error">* <?=$errors?></font>
</td></tr> <tr
height=2px><td align="left" colspan=2
> </td</tr>
<tr>
<th>Student's Team:</th>