<p align="center">Edit IP</p>
<form name="form1" method="post" action="../process/ip_edit.php">
<table width="100%" border="1">
<tr>
<td width="15%">IP ID</td>
<td width="85%">
<input type="text" name="ip_id" size="60">
</td>
</tr>
<tr>
<td width="15%">
<p>IP Number</p>
</td>
<td width="85%">
<input type="text" name="ip_num" size="60">
</td>
</tr>
<tr>
<td width="15%">Account ID</td>
<td width="85%">
<input type="text" name="acc_id" size="60">
</td>
</tr>
</table>
<div align="center"><br>
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Reset" value="Reset">
</div>
</form>