"; echo $output; echo ""; exit; } // Perform a test with the PING command $output = shell_exec("ping -c4 $ip"); // Show the result echo "
"; echo $output; echo "