good help, Nashirak 🙂 send to read f** man's - is that the way to do it?
Brian, what you need is to set a usual cookie with the 'setcookie' command. So it looks like this:
$username=$HTTP_POST_VARS["username"];
setcookie("username", "$username", time()+600);
so this will set a cookie on 10 minutes - time in seconds.
Afterall you can call your cookie like this:
$nickname=$HTTP_COOKIE_VARS["username"];
cheers,
AlCapone