Click to See Complete Forum and Search --> : whois for .nl/.com domaincheck


pieterh
03-24-2004, 08:30 AM
Hi,

I've been searching for a php script that lets me check the availability of .nl/.com/.org/.net domains simultaneously.

Can someone help?

Cheers,
Pieter

brendandonhue
03-24-2004, 03:13 PM
Use fsockopen to connect to the WHOIS server, and perform a query by sending the domain name followed by /r/n.
Thats how it is for most WHOIS servers anyway.