hi,
i have a form with a checkboxes on 1st page. when i press submit button, value of those checkboxes (if they are checked)are shown on the 2nd page. those values are names of the selected items. now,i need 1 more value for every checkbox that can be shown on the 2nd page after submit (for example price of selected item, so thet i can calculate total price). is that possible and how? i'm using PHP
thanks