RE: [PHP] Problem with gethostbyaddr()

2002-03-20 Thread Brian Drexler
neral@Lists. Php. Net Subject: [PHP] Problem with gethostbyaddr() Greetings all, I'm having a problem with the gethostbyaddr() function in PHP 4.1.2. Whenever I use it, regardless of the IP (Intranet or Internet) it just returns the IP. It says in the manual if there is an error, it will ret

[PHP] Problem with gethostbyaddr()

2002-03-20 Thread Brian Drexler
Greetings all, I'm having a problem with the gethostbyaddr() function in PHP 4.1.2. Whenever I use it, regardless of the IP (Intranet or Internet) it just returns the IP. It says in the manual if there is an error, it will return the IP, but I can't figure out what the error is. Anyone have any