Webmaster Forum JustHost  E-junkie  Dreamhost
Register FAQ Search Today's Posts Mark Forums Read
Go Back   Webmaster Forum > Webmaster Forum > Web Development > PHP > Session array not updating
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-19-2009, 06:33 AM
New Member
 
Join Date: Nov 2009
Posts: 12
amber.long83 is on a distinguished road
iTrader: (0)
Default Session array not updating


Dear Guest, please register and confirm your
account to remove these advertisements.
Hello everyone,

i am trying to build a simple online shopping cart. Been strugling with 2 dimensional sessions array and when i finally got it working the session array is not updating.

I want to be able to browse through each product page and keep adding the productid,quantity to $_session[cart].

But each time i add to cart the previous product ids and quantities are deleted from the session. Am i doing it correctly.

Somebody please help.Thanks in advance.

Code:
<?php
foreach($_POST as $var => $value)
{
if($value != '')
{
// add to session
$_SESSION['cart'][$var] = $value;
}
}
?>
<?
foreach($_SESSION['cart'] as $pid => $qty)
{
echo "Product id: $pid, Quantity:$qty ";
echo "<br>";
}
?>

Thanks in Advance
  #2 (permalink)  
Old 09-12-2010, 04:55 AM
Banned
 
Join Date: Sep 2010
Posts: 6
cook steel is on a distinguished road
iTrader: (0)
i've done it, so yes. but, you may have to change your php.ini config
________________
Flyer Design | affiliate make money | Clothe Trend's
  #3 (permalink)  
Old 11-01-2011, 03:24 AM
Junior Member
 
Join Date: Oct 2011
Posts: 30
emgaixinh2 is on a distinguished road
iTrader: (0)
i don't think so



Mua ban nha dat
  #4 (permalink)  
Old 11-01-2011, 03:25 AM
Junior Member
 
Join Date: Oct 2011
Posts: 30
emgaixinh2 is on a distinguished road
iTrader: (0)
i don't think so







Mua ban nha dat
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:25 PM.


Powered by vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Copyright ©2011 WebmasterCrunch.com, all rights reserved. A part of Coltter.
Hosting by DreamHost. DreamHost offers unlimited disk storage, unlimited monthly bandwidth, and a free domain for life, all for only $8.95 a month!
Use coupon code HOST45 for a free life-time domain and unique IP address.