dewey_witt Posted November 30, 2007 Share Posted November 30, 2007 Anyone know how i can ping from a linux server to a remote machine then echo the results to the screen? ty in advance. Quote Link to comment https://forums.phpfreaks.com/topic/79495-solved-ping-php-linux-server/ Share on other sites More sharing options...
dewey_witt Posted November 30, 2007 Author Share Posted November 30, 2007 Comeon peeps, Noone Knows? O.o Quote Link to comment https://forums.phpfreaks.com/topic/79495-solved-ping-php-linux-server/#findComment-402556 Share on other sites More sharing options...
dewey_witt Posted November 30, 2007 Author Share Posted November 30, 2007 Please help? I let you go out with my granny Quote Link to comment https://forums.phpfreaks.com/topic/79495-solved-ping-php-linux-server/#findComment-402573 Share on other sites More sharing options...
marcus Posted November 30, 2007 Share Posted November 30, 2007 $ping = system("ping phpfreaks.php"); echo $ping; If you have access, it should work. Quote Link to comment https://forums.phpfreaks.com/topic/79495-solved-ping-php-linux-server/#findComment-402581 Share on other sites More sharing options...
dewey_witt Posted November 30, 2007 Author Share Posted November 30, 2007 Thanks mgal *props* Quote Link to comment https://forums.phpfreaks.com/topic/79495-solved-ping-php-linux-server/#findComment-402709 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.