View Single Post
Old 12-20-2002, 11:35 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,487
sde is on a distinguished road
ok .. here would be another solution ..

is there any way in php to check to see if an ip is valid? ping it somehow or something like that?
Code:
if(server_id_valid())
{
  execute this;
}
else
{
  echo "info not available";
}
sde is online now   Reply With Quote