Hi
Im buliding a shopping cart application.In the first page i display all the products available when the user select a category.I allow the user to enter the quantity in a text box which i create dynamically.Name of the text box is qty[]. Im using an image for Add to cart.ie when the user clicks the image the item is added to the shop basket.Im setting the item no. and the quantity in a cookie in the next page..The problem is im not able to get the text box value to the next page.How should i pass the text box array to the next page.
Note : im not using the submit button.If i use submit its coming.BUt i want use the image hyperlink to move to next page.
Thank u
use the phpLib's session()'s, which uses cookies.
or if the data is not large to move around lots of pages. i.e. if you are only passing the varriables from 1 page to another, then you can simply use the HIDDEN types in your FORM.