php question
php question
Out of context: Reply #8
- Started
- Last post
- 23 Responses
- cosmo0
$ip = $HTTP_SERVER_VARS["REMOTE_ADDR...
if ($ip == "the ip to be banned goes here")
{
echo "Banzored!";
}
else
{
echo "This is not spam.";
} // end if
$ip = $HTTP_SERVER_VARS["REMOTE_ADDR...
if ($ip == "the ip to be banned goes here")
{
echo "Banzored!";
}
else
{
echo "This is not spam.";
} // end if