|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Create List on the fly
Hi,
I’m trying to create an on fly shopping cart. There will be a textfield for item description and textfield for qty. What I want to be able to do is add items to the list, I think I need to use sessions but not sure where to look. Any help would be great. Thanks in advance |
|
#2
|
||||
|
||||
|
Quote:
|
|
#3
|
||||
|
||||
|
There are a number of ways to handle a shopping cart. You could store the items in your cart in the database attached to a session with a session ID, userID or something, or you could store the item ID's in a session array, for example.
__________________
www.xoise.com - www.ourfreegames.com - www.g1games.com - www.randomtools.net - www.xenocide-rpg.com - Lyrics Search Engine |
|
#4
|
||||
|
||||
|
And here is a good resource that includes how to use session arrays:
Session Object http://msdn.microsoft.com/en-us/library/ms524319.aspx
__________________
J. Paul Schmidt www.Bullschmidt.com - Freelance Web and Database Developer www.Bullschmidt.com/DevTip.asp - Classic ASP Design Tips |
|
#5
|
|||
|
|||
|
Quote:
Thanks |
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Create List on the fly |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|