Domain Check

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
juline
Forum Commoner
Posts: 37
Joined: Thu Jul 15, 2004 9:05 am

Domain Check

Post by juline »

hi friends,

does anybody have a script that checks domains for beeing allready registrered or not ? :?

cheers,
juline
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

hotscripts.com or make you own with exec('whois http://www.yahoo.com'); etc.
Post Reply