<html>
<head>
<title>Dynamic FreeDNS IP Address Updater - Delete Domain Entry</title>
</head>
<body>
<h2>Dynamic FreeDNS IP Address Updater - Remove FreeDNS Update Codes for a Domain</h2>
<table border=0>
<form action="removal.php" method="post">
<tr>
<td>Domain to remove from DynamicFreeDNS database:<br>
(<em>example: yourdomain.net) </em></td>
<td> <input type="tinytext" name="deletedomain" maxlength="100" size="40" /><br></td></tr>
<tr><td colspan=2><input type="submit" value="Remove Domain and Delete Update Codes" / ></td></tr>
</form>
</table>
<BR>
Not sure which domains are being updated by DynamicFreeDNS? <a href="results.php" target="_blank" STYLE="text-decoration:none">View the current database of domains and update URLs</a><BR>
<BR>
<?
include "footer.php";
?>