Hi!
It's only a litle question: is there a posibility to know if a cookie has been accepted by the browser without having to wait till the page is reloaded?
if i do
$cookie = setcookie(...);
echo $cookie;
I allways get 1, but i dont know if the browser has stored the cookie or has rejected it. But I need to know this in the same script.
Thanks!
craesh
It's only a litle question: is there a posibility to know if a cookie has been accepted by the browser without having to wait till the page is reloaded?
if i do
$cookie = setcookie(...);
echo $cookie;
I allways get 1, but i dont know if the browser has stored the cookie or has rejected it. But I need to know this in the same script.
Thanks!
craesh