Jump to content

get status of a server


Dss.Lexius

Recommended Posts

Guys i am new to PHP, but i know another language.

in that language this code 'll do what i want:

$var = Ping("www.google.com", 250)
If $var Or @error = 0 Then
    Msgbox(0,"Status","Online, roundtrip was:" & $var)
Else
    Msgbox(0,"Status","Offline, An error occured with number: " & @error)
EndIf

But i don't know how to do it in PHP.

Anyone plz help with this, Thanx

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.