charlesriver Posted July 7, 2008 Share Posted July 7, 2008 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 https://forums.phpfreaks.com/topic/113574-mulitipule-forms-per-page/ Share on other sites More sharing options...
Recommended Posts