XHTML 1.0 compliant
This commit is contained in:
parent
00c2e03057
commit
2c11a04f88
1 changed files with 2 additions and 3 deletions
|
@ -33,7 +33,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
<title>whois.php -base classes to do whois queries with php</title>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
<blockquote>
|
||||
|
||||
<?
|
||||
if(isSet($_GET['query']))
|
||||
|
@ -58,7 +57,7 @@ if(isSet($_GET['query']))
|
|||
//$whois->UseServer('au','whois-check.ausregistry.net.au');
|
||||
|
||||
$result = $whois->Lookup($query);
|
||||
echo "<b>Results for $query :</b><br></br>";
|
||||
echo "<blockquote><b>Results for $query :</b><br></br>";
|
||||
|
||||
switch ($output)
|
||||
{
|
||||
|
@ -92,10 +91,10 @@ if(isSet($_GET['query']))
|
|||
echo implode($whois->Query['errstr'],"\n<br></br>");
|
||||
}
|
||||
}
|
||||
echo '</blockquote>';
|
||||
}
|
||||
?>
|
||||
|
||||
</blockquote>
|
||||
<center>
|
||||
<table>
|
||||
<tr><td bgcolor="#55aaff">
|
||||
|
|
Loading…
Reference in a new issue