add a domain search

liunx

Guest
Hi i want to add a domain search to my site is there a standard script u can use that searches the availabilty of domains<!--content-->The actual search is beyond HTML's scope,for that you will have to use some type of server side coding to explore the huge database to see if a domain is been taken or not.<!--content-->This should do the trick:<br />
<br />
<br />
<form action="http://www.checkdomain.com/cgi-bin/checkdomain.pl" method="get"><br />
<p>Use this form to search for domain name availablity. Include the extension, e.g. .com<br /><br />
<label for="dom">Domain name:</label><input type="text" name="domain" id="dom"><br />
<input type="submit" value="submit"><br />
</p><br />
</form><br />
<br />
It will search checkdomain.com's database and show their results page.<!--content-->
 
Back
Top