Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WhoIs

Status
Not open for further replies.

WintersMystic

Programmer
Aug 8, 2001
39
US
im working on a WhoIs script for a friend, and i have it working correctly, but im not sure how to get it to give the name of the person who registered a site. how can i do this?

tia :)
 
a little more detail please If you are new to Tek-Tips, please use descriptive titles, check the FAQs,
and beware the evil typo.
 
sorry about that. :)

ok, this is basicaly it, what i want is for the script to get all the information on a domain name. such as

person who registered
the place the domain was registered

and so on. kind of like when you use register.com

$who = '/usr/bin/whois';
$temp = `$who $FORM{'host'}`;
print &quot;<pre><b><font size=1>$temp</font></b></pre>&quot;;
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top