I am just looking to tidy the output form
echo '<body bgcolor="#FFFFFF" text="#000000"></body>';
echo("Ping Output:<br>");
echo "<pre>";
$i = "11";
//check target IP or domain
system("ping -n 1 192.168.2.$i");
echo "</pre>";
I am just looking for somthing like this
Reply from 192.168.2.11: bytes=32 time<10ms TTL=128
With nothing else.