Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Ping server

Tue Oct 28, 2008 12:45 am

Code:
<?php
   $server
= "www.codemiles.com";

   
$count = 3;

   echo
"<pre>";
      
system("/bin/ping -c $count $server");
   echo
"</pre>";

   
system("killall -q ping");
?>




Post a reply
  Related Posts  to : Ping server
 ping pong java code-Sticker-ball game     -  
 ping pong game - java-Sticker-ball game (modified v1.1)     -  
 Sql server or windows server question?     -  
 FTP Server Softwares     -  
 proxy server     -  
 FTP Server and FTP Client     -  
 Get Server address     -  
 get server by name getservbyname     -  
 HELP CONNECT SQL SERVER 2005 WITH PHP 5.2.6     -  
 HTTP Server in Java     -  

Topic Tags

PHP Networking