Posted by Josip Dzolonga on 04/11/05 17:50
On пон, 2005-04-11 at 15:43 +0100, AndreaD wrote: > I have a session variable called > > $_SESSION['total'] the problem is I can't delete/reset it. I have tried > > $_SESSION['total']= 0; > > $_SESSION['total']= ""; www.php.net/unset , unset($_SESSION['total']); Josip Dzolonga, http://josip.dotgeek.org
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming