Please help...
How to store the added products in a session variable?
<cfparam name="Sesion.StoreItems" default="">
<cfparam name="Session.StoreQuantities" default="">
<form action="additem.cfm" method="post">
<table cellpadding="3">
<cfoutput query="select">
<tr>
<td>
<input type="hidden" name="Prod#ProdID#" value="#ProdID#">
<input type="text" name="Quant#ProdID#" size="3" >
</td>
<td>#Artist#</td>
<td>#title#</td>
<td>#NumberFormat(Price)#</td>
</tr>
</cfoutput>
</table>
<input type="submit" value="Add to basket">
<input type="reset" value="Reset">
</form>
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.