Hi,
I want to make a PHP script that checks a certain IP on a certain port number. If the server replies, a checkmark size=1[/size] should be shown, if it does not reply, a cross size=1[/size] should be shown.
Is there a way to do this ?
So for example, the script should ping 123.456.78.90:12345 and then show a checkmark if connection is ok and show a cross if it failed.