Page 1 of 1

PHP and ping

Posted: Sat May 10, 2003 2:54 am
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.

Posted: Sat May 10, 2003 3:57 pm
by m3mn0n
fsockopen()


will that do? :)