Hi,
How can I block my IP from being recognized on a certain page, if it is constantly changing?
Right now I have this:
<?php
if ($_SERVER['REMOTE_ADDR'] == "my ip address") {
}
else
{
and it worked. But then after a while, my IP changed, cause I'm using Shaw or something, and then it stopped working, because I have a new IP I guess.