|
OK again thanks for taking the time out to work on some code chunks.
Two questions.
1) Is the first chunk of PHP code in the last reply to replace the javascript you helped me out with to check all in a certain table? I assume you are calling the "checkbox page" what I call my Order page. My Order page is the one that has all the checkboxes where the customer checks which product they want. So Order page --> Confirmation page --> Email Results
2) OK what you mean by "id" is assign something like a numeric value to each product that will also serve as the primary key in the database; and enter that numeric value into the value box in the checkbox properties?
EX:
ID PRODUCT
001 Ecology
enter 001 into the value box in the checkbox properties on the Order page.
That way when the checkbox is checked it will be passed to the Confirmation page which will make a query based on all checkboxes that are checked and return those values?
-JM
|