Simple IP whois

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
ozmodiar
Forum Commoner
Posts: 35
Joined: Sat Jun 01, 2002 6:29 am
Location: Dublin, Ireland

Simple IP whois

Post by ozmodiar »

I just need a simple PHP script to do a whois lookup on an IP address at whois.arin.net and print the results to the screen. I tried using Exec() and system(), but they don't appear to work with whois queries.

Can anyone help me?

Thank you,

Ozmodiar
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

With code please

Post by BDKR »

Show us the code you used.

Cheers,
BDKR
Post Reply