detect a server in LAN

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ashik k Khan
    New Member
    • Feb 2007
    • 1

    detect a server in LAN

    how to detect a server in a LAN using PHP.
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by Ashik k Khan
    how to detect a server in a LAN using PHP.
    Welcome to The Scripts!

    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

    Working...