"; echo $output; echo ""; exit; } // Test with the "Mtr" command $output = shell_exec("mtr --report -c 4 $ip"); // Show the result echo "
";
echo $output;
echo "
"; ?>