How to ping in PHP

NaHoW

New Member
Messages
244
Reaction score
0
Points
0
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!
 

hcse26

New Member
Messages
94
Reaction score
0
Points
0
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 :)
 

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
Thread Moved to Programming Help
I think the fsockopen() function might be what you are looking for. :)
 
Top