okay
now this is some weird stuff
pisses me off hehe
this works
<?php
setcookie("username");
?>
and this does not
<?php
setcookie("username", "asd");
?>
neither does this
<?php
$username = "admin";
setcookie ("username",$username,time()+3600);
echo($_COOKIE['username']);
?>
I told ya, it’s some crazy shiat
why is it like this?
please help me, I’m loosing my mind =)