> item would hold quantity, position 2 would hold price etc. (i.e. 2^5|5^10
You don't want to do that :-0 Store a unique session ID in the client, and use that as a lookup into a server side list of products and prices, either in session. or the database itself. Tom Chiverton You don't have to be a mad scientist to believe in ColdFusion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

