Eventuali duplicati:
Pinging an IP address using PHP and echoing the resultcome il ping degli indirizzi IP in php e dare risultati
Come si fa a Ping An indirizzi IP in php. e dare i risultati come se si è in programma cmd in Windows
<?php
system(‘ping -c 192.168.0.104’); // Ping IP address.<br>
echo “pinged”;<br>
?>
Si ottiene risposta da questo si prega di controllare http://stackoverflow.com/questions/8030789/pinging-an-ip-address-using-php-and-echoing-the-result – Elby