i have a cookie already, but i guess i dont have the correct information in it...
$cookie_name = "gameauth";
$cookie_value = "ok";
$cookie_expire = "";
$cookie_domain = "";
setcookie($cookie_name, $cookie_value, $cookie_expire, "" , $cookie_domain, 0);
on the pages after the one i set the cookie on, i put:
if ($gameauth == "ok") {
then i put all the php on the page here...
$display_block = what i want to be said on the page
} else {
$display_block = then what i want unlogged in users to see here
i hope what i said isnt too confusing, thanks craig for trying, i appreciate it 🙂