Is there a way to ping other sites with PHP? I need a script to show server statusses, so I thought to ping in PHP and show the results? Please help me!
Is there a way to ping other sites with PHP? I need a script to show server statusses, so I thought to ping in PHP and show the results? Please help me!
Well you can always search on Google for that. and Google actually gave me [most of the time] answers directly from my question.
Try it![]()
Thread Moved to Programming Help
I think the fsockopen() function might be what you are looking for.![]()
http://www.planet-source-code.com/vb...=1786&lngWId=8
check this site I believe he has a solution for you.
The link below also seems to be what you are looking for. It is a ping.php routine.
http://www.greenbird.info/xantus-webdevelopment/ping
Two rules of development:
1) Computers work for people; People do not work for computers
2) Maintainability is all that matters.