<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>whois.php -base classes to do whois queries with php</title>
</head>
<body style="background-color:white">
<!--results-->
<blockquote>
<b>Results for {query} :</b><br/>
{result}
</blockquote>
<!--/results-->
<div style="width:100%; text-align:center">
<table>
<tr><td style="background-color:#55aaff">
<form method="get" action="{self}">
<table>
<tr>
<td colspan="2" style="text-align:center">
<b>Enter any domain name, ip address or AS handle you would like to query whois for</b>
<br></br><br></br>
<input name="query"></input> <input type="submit" value="Whois"/>
</td>
</tr>
<tr>
<td>
<input type="radio" name="output" value="normal"/> Show me regular output
<br></br>
<input type="radio" name="output" value="nice" checked="checked"/> Show me HTMLized output
<br></br>
<input type="radio" name="output" value="object" /> Show me the returned PHP object
</td>
<td align="right" style="vertical-align:bottom">
<a href="http://www.phpwhois.org">
<img style="border:0" src="whois.icon.png" alt="" /><br/>
</a>
</td>
</tr>
</table>
</form>
</td></tr>
</table>
</div>
</body>
</html>