<?php
function _check_auth($_COOKIE)
{ if(isset($_POST['submit']));
elseif
($_GET["http://beta.xxxxxxxxxxxxxxxxx.php"]);
else
...
Type: Posts; User: fiNNished; Keyword(s):
<?php
function _check_auth($_COOKIE)
{ if(isset($_POST['submit']));
elseif
($_GET["http://beta.xxxxxxxxxxxxxxxxx.php"]);
else
...
I am trying to get the same goal as strangeplant - but am having a tough time getting my cookies read and the redirect to work. I don't really want to track WHO they are, only want to make sure they...