[thelist] PHP - IP lookup

Dave Preston caffiend at simianbrotherhood.org
Tue Oct 9 08:36:27 CDT 2001


On Mon, Oct 08, 2001 at 09:30:02PM -0700, Anthony Baratta wrote:
> At 07:32 PM 10/8/2001, you wrote:
> >Does anyone know how to do an ip lookup on the fly from a website name 
> >with php?
> 
> Maybe do an nslookup via the system function?

you shouldn't ought to do system calls if you can really avoid it...

I've not tried it myself, but there is a function built into php already

http://www.php.net/manual/en/function.gethostbynamel.php





More information about the thelist mailing list