Prefill domain field with previous lookup

This commit is contained in:
rossigee 2002-12-16 12:18:42 +00:00
parent 078ef9a9c7
commit 155285bd5d

View file

@ -12,7 +12,7 @@ $whois = new Whois($domain);
$result = $whois->Lookup(); $result = $whois->Lookup();
echo "<form method=\"post\" action=\"example.php\">"; echo "<form method=\"post\" action=\"example.php\">";
echo "<input name=\"domain\"/>"; echo "<input name=\"domain\" value=\"".$domain."\"/>";
echo "<input type=\"submit\"/>"; echo "<input type=\"submit\"/>";
echo "</form>"; echo "</form>";