Posted by Stefan Rybacki on 03/29/06 16:49
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
David Graham schrieb:
> "David Graham" <david.graham18@ntlworld.com> wrote in message
> news:85vWf.38278$u31.10281@newsfe2-win.ntli.net...
>> Hi
>> Why does my cookie not get set?
>> I just get "Your last visit was - " and nothing else
>> thanks
>> Dvaid Graham
>>
>> <?php
>> //Calculate 60 days in the future
>> //seconds * minutes * hours * days + current time
>> $inTwoMonths = 60 * 60 * 24 * 60 + time();
>> setcookie(lastVisit, date("G:i - m/d/y"), $inTwoMonths);
try to set lastVisit between ' and '
If this doesn't work, try to use path and domain parameters as well.
>...
Regards
Stefan
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (MingW32)
iD8DBQFEKpBUyeCLzp/JKjARAmZgAJ9MeA+PfjCJbYzBfMIrzRfIp5GAbgCffU7q
k9j0Ck845iS8wirNFexolvA=
=PmaT
-----END PGP SIGNATURE-----
Navigation:
[Reply to this message]
|