Posted by
Skateside 
in
PHP
This little snippit of PHP can keep unwanted visitors off a certain page. This could be a handy way of keeping people away from your back-end login page. The principle is very straight forward: if a certain query string doesn't exist, bounce the user off to another page.
To start with, you need to know the page you're currently...