PHP and ping

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vomacko
Forum Newbie
Posts: 1
Joined: Sat May 10, 2003 2:54 am
Contact:

PHP and ping

Post by vomacko »

Does anybody knows, how to chech, if computer is OK, something like PING
I cant use Mysql or something like that to check the connection to the computer.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

fsockopen()


will that do? :)
Post Reply