Hi there ...
I running Windows 98SE, Apache/1.3.12
and php-4.0.2-Win32 !!
My problem is that when i run a script like this, the result will output'ed in my DOS-Prompt (the same as Apache !) and NOT !! in my browser .. !!??
How can i make my browser my default output-thing ?? I have tryed to uninstall and install it all again ... didnt work !!!
PLz HELP ME ... Need that BIG TIME !!!!
<?php
system("ping 127.0.0.1", $temp);
$a=0;
while ($a < sizeof($temp))
{
printf("%s",$temp[$a]);
echo("<br>");
$a++;
}
?>
Martin D
anonymous@sol.dk
I have tryed system() .. the same result