hmm.. im having trouble creating a cookie to keep the variable
$auth=1 for all pages. it doesnt even keep for the same page!
setcookie('dp_cookie', $auth=1, 999999999999, '../');
that is the code i use to set the cookie, but it doesnt work, anyone know why it doesnt work and has a way to fix it?
cheers in advance
Daf.