<?$command = "ping -c5 www.thickbook.com";exec($command, $result, $rval);for ($i = 0; $i < sizeof($result); $i++) {echo "$result[$i]<br>";}?>