Prefill domain field with previous lookup
This commit is contained in:
parent
078ef9a9c7
commit
155285bd5d
1 changed files with 1 additions and 1 deletions
|
@ -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>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue