Allen McCabe wrote:
I have a shopping cart type system set up which keeps track of the cart
contents using a SESSION variable, where $_SESSION['cart'][$item_id'] is
equal to the quantity, so the name/value pair is all the information I need.
But sessions are unreliable on the free server I am cu
Allen McCabe schreef:
> I have a shopping cart type system set up which keeps track of the cart
> contents using a SESSION variable, where $_SESSION['cart'][$item_id'] is
> equal to the quantity, so the name/value pair is all the information I need.
>
> But sessions are unreliable on the free serv
On Mon, Dec 07, 2009 at 02:39:28PM -0800, Allen McCabe wrote:
> I have a shopping cart type system set up which keeps track of the cart
> contents using a SESSION variable, where $_SESSION['cart'][$item_id'] is
> equal to the quantity, so the name/value pair is all the information I need.
>
> But
On Mon, 2009-12-07 at 16:53 -0600, Philip Thompson wrote:
> On Dec 7, 2009, at 4:46 PM, Ashley Sheridan wrote:
>
> > On Mon, 2009-12-07 at 16:48 -0600, Philip Thompson wrote:
> >>
> >> On Dec 7, 2009, at 4:40 PM, Ashley Sheridan wrote:
> >>
> >> > On Mon, 2009-12-07 at 14:39 -0800, Allen McCabe
On Dec 7, 2009, at 4:46 PM, Ashley Sheridan wrote:
> On Mon, 2009-12-07 at 16:48 -0600, Philip Thompson wrote:
>>
>> On Dec 7, 2009, at 4:40 PM, Ashley Sheridan wrote:
>>
>> > On Mon, 2009-12-07 at 14:39 -0800, Allen McCabe wrote:
>> >
>> >> I have a shopping cart type system set up which keeps
On Mon, 2009-12-07 at 16:48 -0600, Philip Thompson wrote:
> On Dec 7, 2009, at 4:40 PM, Ashley Sheridan wrote:
>
> > On Mon, 2009-12-07 at 14:39 -0800, Allen McCabe wrote:
> >
> >> I have a shopping cart type system set up which keeps track of the cart
> >> contents using a SESSION variable, whe
On Dec 7, 2009, at 4:40 PM, Ashley Sheridan wrote:
> On Mon, 2009-12-07 at 14:39 -0800, Allen McCabe wrote:
>
>> I have a shopping cart type system set up which keeps track of the cart
>> contents using a SESSION variable, where $_SESSION['cart'][$item_id'] is
>> equal to the quantity, so the nam
On Dec 7, 2009, at 4:39 PM, Allen McCabe wrote:
> I have a shopping cart type system set up which keeps track of the cart
> contents using a SESSION variable, where $_SESSION['cart'][$item_id'] is
> equal to the quantity, so the name/value pair is all the information I need.
>
> But sessions are
On Mon, 2009-12-07 at 14:39 -0800, Allen McCabe wrote:
> I have a shopping cart type system set up which keeps track of the cart
> contents using a SESSION variable, where $_SESSION['cart'][$item_id'] is
> equal to the quantity, so the name/value pair is all the information I need.
>
> But sessio
9 matches
Mail list logo