Check serverlist offline / online PHP -
I try to create a script to see if my server is online or offline:
of
So this script works, but how can I do a script which can see more than one IP address?
Greetings, Matthias
$ server = array ("server1" , "Server2"); Foreach (as server $ server) {// as before}}
Comments
Post a Comment