Hi all,
A simple problem that requires a simple solution and I should be able and
read php.net.... but can someone please help me out for a sec?
I need to store a cookie and read it from a different path.
using:
setcookie('pros ','$data','/');
to be able to read it from wherever on the same domain.
What's wrong now. I get this:
Warning: setcookie() expects parameter 3 to be long, string given in
e:\phpdev\www\p ublic\prospects \logon\index.ph p on line 38
someone?
thanks in advance,
Michel
A simple problem that requires a simple solution and I should be able and
read php.net.... but can someone please help me out for a sec?
I need to store a cookie and read it from a different path.
using:
setcookie('pros ','$data','/');
to be able to read it from wherever on the same domain.
What's wrong now. I get this:
Warning: setcookie() expects parameter 3 to be long, string given in
e:\phpdev\www\p ublic\prospects \logon\index.ph p on line 38
someone?
thanks in advance,
Michel
Comment