|
Posted by Lee David on 05/27/05 07:27
Thank you. I will check the manual again. I did look at date, time and
mkdate, but could have missed something.
Lee
>
> You might want to check the manual for date() (http://www.php.net/date).
>
>
> P.S. The stuff at the top of your script is incorrect. You need to quote
> the array keys, i.e. $_COOKIE["lasthere"], etc.
>
> Also, you want to do the isset() on $_COOKIE["lasthere"], not on
> $lasthere.
>
> --
> Oli
[Back to original message]
|