Bosky, Dave wrote:
> I've written some nice shopping carts in Cold Fusion that use a session
> variable to hold an array of structures.
>
> I need to convert the shopping cart to PHP but I'm unsure of how to store
> the cart's contents using PHP.
>
> Should I create a multi-dimensional array and store it a session variable?

Sounds like a plan to me.

> Any good tutorials/examples on creating shopping cart apps using PHP?

There are a few zillion, actually...

Just Google for "PHP shopping cart" and you should find a ton of source
code, or a hundred carts you could just start using instead of
re-inventing the wheel.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to