setcookie does not work (PHP) -
what's wrong code?
setcookie("password",$wachtwoord,0, "/", ".thedomainname.com"); echo $_cookie['password']; //shows nothing
i attempting set cookie , display value?
are waiting next request before examine $_cookie ?
Comments
Post a Comment