Pinger

A tool to ping an Internet host. This is useful for pinging a host from a different location, or from behind a firewall.

echo '
‘;

system(‘ping google.com -c 3′);

echo ‘

';

?>

Leave a Reply