I'm just curious if there is any way around using the referring URL as a type of "validation"...
If the Referring URL is not equal to what I want it to be, the user will be redirected back to a previous page...
$RefURL = getenv('HTTP_REFERER');
The above line prevents the user from faking the HTTP_Referer, but does it prevent people from getting in using other means, as well?