whois class in PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nainil
Forum Newbie
Posts: 3
Joined: Tue Mar 25, 2003 8:09 pm

whois class in PHP

Post by nainil »

Hi,

Is there any method/function in PHP which can fetch the whois record of a domain name from it's registry.

Any help in the same will be appreciated.
mattd
Forum Newbie
Posts: 6
Joined: Wed Mar 26, 2003 10:10 pm

gotta make one

Post by mattd »

the best answer is; you have to make one

you can use sockets or if you can find an XML query server, try that

:wink:
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

nainil
Forum Newbie
Posts: 3
Joined: Tue Mar 25, 2003 8:09 pm

Post by nainil »

Thanks A TON :)
Post Reply