<form name="si" method="post" enctype="multipart/form-data"> <table width="100%" cellpadding="2" cellspacing="0" border="0" class="default"> <tr class="tbl_title"> <td id="borders">Run SQL query/queries:</td> </tr> <tr> <td id="borders" width="50" valign="top"> <textarea name="sqlinport" rows="20" style="width:100%; padding:0px; margin:0px;" wrap="off"></textarea> </td> </tr> <tr> <td id="borders" align="right"> <input type="button" value="Back" class="button" onclick="javascript:window.location ='<?php echo $root;?>';"/> <input type="submit" value="Execute SQL" class="button" /> </td> </tr> </table> <input name="function" type="hidden" value="sqlresult" /> </form><br>