Jump to content

mulitipule forms per page


Recommended Posts

The first one works great, but once I try to use the second form it leaves off the get statement and just goes to domainname.com/whois.php. 

 

DNS Look UP:
<form action="dnslookup.php" method="get">
Hostname: <input type="text" size="25" name="hostname" />
<input type="submit" />
</form>

<br>

whois look up:
<form action="whois.php" method="get">
Hostname: <input type="text" size="25 name="whois" value="whois"/>
<input type="submit" />
</form>

 

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.