"; echo $output; echo ""; exit; } // Test with the "Traceroute" command $output = shell_exec("traceroute $ip"); // Show the result echo "
";
echo $output;
echo "
"; ?>