Quote:
<html>
<head>
<title>Request</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<form method="post" action="process.php">
<td align="center" valign="top">
<?php if(isset($_GET["ip"]) == "sent") { echo "<font color=\"red\">Ip has been added to band list, thank you.</font>"; } else {}?>
<br>
<table width="40%" border="0" align="center" cellpadding="2" cellspacing="2" bordercolor="#000000">
<tr align="left" valign="top">
<td width="20%"> IP:</td>
<td width="80%"> <input name="ip" type="text" id="ip"></td>
</tr>
<tr align="left" valign="top">
<td>Reason:</td>
<td> <textarea name="Reason" cols="25" rows="4" id="Reason"></textarea></td>
</tr>
<tr align="left" valign="top">
<td> </td>
<td> <input type="submit" name="Submit" value="Submit to server">
</td>
</tr>
</table> </td>
</tr>
</table>
<div align="center"><br>
<font size="-2">*Please do not abuse the request box. Your IP will be logged
for security purposes. </font></div>
</form>
</body>
</html>
Process.php code.