Hi, I would like to do something like this:
$username="myself";
setcookie("bleh$username", "blabli", time()+100);
if ($"bleh$username"=="blabli") {echo "ok";}
But this doesn't work of course.. so could anyone tell me a way to do what I'm trying to do, please?