Search results

  1. J

    PHP: How do I remove my Ip address from the stat counter?

    if (getenv("REMOTE_ADDR") == YOUR_IP) { then do nothing; } else { do your code; }
Back
Top