PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I want to write a script which basically 'polls' a specified IP address for certain info. I need to monitor the 'server uptime', 'webserver status', and or any other ports i.e. for game servers.
you can use the exec() command. you can also try a fopen() or a file_get_contents() on a webserver. i don't know how to check a different port with anything but exec()