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