speaker box
New member
i set the cookies.
i enabled my cookies.
my code
<?php
//set cookies
setcookie($user, $user);
//redirect
?>
it is for a game i created it calls the users name to locate his/her stats.
i can't log in because the cookies won't store my name.
my cookies are called from an external function in the body of my webpage.
good?
the first user was supposed to be $user type sorry 4 the typo.
i enabled my cookies.
my code
<?php
//set cookies
setcookie($user, $user);
//redirect
?>
it is for a game i created it calls the users name to locate his/her stats.
i can't log in because the cookies won't store my name.
my cookies are called from an external function in the body of my webpage.
good?
the first user was supposed to be $user type sorry 4 the typo.