开发者

How to get the computer name from ip Address?

开发者 https://www.devze.com 2023-03-10 20:52 出处:网络
How to get the computer name from IP Address using php. Concept : How to restrict the user with using the system information.,i don\'t want the IP Address with that restriction.,because it doesn\'t

How to get the computer name from IP Address using php.

Concept :

How to restrict the user with using the system information.,i don't want the IP Address with that restriction.,because it doesn't use for me.,the IP Address are not static everyday it'll changed so i want开发者_JS百科 a system name or something system related.,my basic idea is i want to restrict the user with the access of only one system.,not some other.,(1 user - 1 system) with his/her login details...so this is the concept for my project...


gethostbyaddr($TheIpAddress);

will do the trick. http://php.net/gethostbyaddr

0

精彩评论

暂无评论...
验证码 换一张
取 消