Thread: gethostbyaddr
View Single Post
Old 12-09-2008, 10:48 PM   #4 (permalink)
KingOfTheSouth
The Acquainted
 
KingOfTheSouth's Avatar
 
Join Date: Oct 2008
Location: Cincinnati
Posts: 151
Thanks: 14
KingOfTheSouth is on a distinguished road
Default

It is an apache server plugin all you will need to do is put a double slash in front of it. So it should look like this.
PHP Code:
//$host=gethostbyaddr("$REMOTE_ADDR"); 
KingOfTheSouth is offline  
Reply With Quote