The unexplained!
Posted: Thu Dec 08, 2011 10:01 am
Can anyone expalin this:
Output:
1,210.58
2
Why is session[price] losing its value?
Code: Select all
echo $_SESSION[price];
$_SESSION[price]=$_SESSION[price]*2;
echo $_SESSION[price];1,210.58
2
Why is session[price] losing its value?