Hello
Can someone show me sample code on how can I write a script that shows ping results on a web page.
Regards, mac
<?php $result = shell_exec("ping $host"); echo("$result");
Garson,
Great and Thank you. I am going to use that shell command with many other things.
Mac
Glad I could help