codice:
<textarea style="width:100%">
<?php
echo system('ping -c 1 192.168.1.1');
?>
</textarea>