<form action="table.php" method="post" name="code_generator">
<input type="hidden" name="action" value="add"> <strong> Select the table</strong>
<select name="tables">
{TABLES}
</select>
<input type="submit" name="Submit" value="Submit" class="buttonblue">
<p>Choose the table which you want to generate the code.</p>
</form>