how to detect a server in a LAN using PHP.
detect a server in LAN
Collapse
X
-
Tags: None
-
Welcome to The Scripts!Originally posted by Ashik k Khanhow to detect a server in a LAN using PHP.
You can do any 'detection' techniques that you could with a command line utilities via the system() call.
You could detect if a specific server is listening on a specific port via the fsockopen() command.
If you need more information than that, you will need to elaborate on your problem a little more. And ask a question.
Comment