Thread
:
php实现ping
View Single Post
#
1
IP: 218.2.29.60
2006-12-15, 07:26 PM
smiling
高级会员
Join Date: 2006-02-12
Posts: 502
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) {
?>
smiling
View Public Profile
Send a private message to smiling
Find all posts by smiling