Thread: php实现ping
View Single Post
  #1   IP: 218.2.29.60
Old 2006-12-15, 07:26 PM
smiling smiling is offline
高级会员
 
Join Date: 2006-02-12
Posts: 502
smiling 正向着好的方向发展
Default php实现ping

// created by joe lumbroso
// see some other good php3 scripts
// goto http://www.dtheatre.com/scripts

echo Pinging;
$to_ping = dtheatre.com;
$count = 3;
$psize = 65;
echo Please be patient, this can take a few moments...\n;
flush();

while (1) {
?>
Reply With Quote