Re: [PHP] IP Addesses on local network

2003-03-03 Thread Dan Hardiker
> echo gethostbyaddr("ip.number.inserted.here"); > > returns the name of the server when it`s an internet address. > Is there a similar command that will return host names on a local > network > > I tried using the above command putting in a LAN address, but it just > returned the IP address...

[PHP] IP Addesses on local network

2003-03-03 Thread Chris Blake
Greetings, Th command echo gethostbyaddr("ip.number.inserted.here"); returns the name of the server when it`s an internet address. Is there a similar command that will return host names on a local network I tried using the above command putting in a LAN address, but it just returned the I