<form action="<?= $PHP_SELF; ?>" method="post" enctype="multipart/form-data">
<input type="hidden" name="MAX_FILE_SIZE" value="1000000">
<div align="center">
<table cellpadding="5" bgcolor="eeeeee">
<tr">
<td><div align="center"><h1>PHP Class generator</h1></div></td>
</tr>
<tr>
<td>class spec file:</td>
<td><input type="file" name="xmldef"></td>
</tr>
<tr>
</tr>
<td>
Return type:
</td>
<td>
<select name="returnType">
<option>PHP Class File</option>
<option>SQL source File</option>
</select>
</td>
<tr>
<td colspan="2" align="right">
<input type="submit" name="action" value="Gimme, gimme">
</td>
</tr>
</table>
</form>
</div>