Thread: gethostbyaddr
View Single Post
Old 12-09-2008, 11:37 PM   #8 (permalink)
masfenix
The Contributor
 
Join Date: Mar 2008
Posts: 31
Thanks: 1
masfenix is on a distinguished road
Default

Quote:
Originally Posted by KingOfTheSouth View Post
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"); 
I dont think its much of a "plugin" but just the interpreter ignoring the statements.

I think the OP wants his code to run but not give an error. If he didnt want the statement there he simply would've deleted it.
masfenix is offline  
Reply With Quote