12-09-2008, 11:37 PM
|
#8 (permalink)
|
|
The Contributor
Join Date: Mar 2008
Posts: 31
Thanks: 1
|
Quote:
Originally Posted by KingOfTheSouth
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.
|
|
|
|