Posted by -K. on 04/11/05 17:47
--- AndreaD <andrea.davidson@silene.co.uk> wrote:
> I have a session variable called
>
> $_SESSION['total'] the problem is I can't
> delete/reset it. I have tried
Try unset.
unset($_SESSION['total']);
http://us4.php.net/manual/en/function.unset.php
-k.
__________________________________
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
Navigation:
[Reply to this message]
|