am trying to set the apache auth directives without sending the headers().
something like:
$SERVER['PHP_AUTH_USER'] = $POST['adminUID']; $SERVER['PHP_AUTH_PWD'] = $POST['adminPWD'];
possible? cos its not working!
Daarius...
never mind. i have solved it using some constant base identifiers.