A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by spacebiscuit » Thu Dec 08, 2011 10:01 am
Code: Select all
echo $_SESSION[price]; $_SESSION[price]=$_SESSION[price]*2; echo $_SESSION[price];
Post by Celauran » Thu Dec 08, 2011 10:08 am
Post by spacebiscuit » Thu Dec 08, 2011 10:22 am
Return to “PHP - Code”