What I need to do is be able to pass a variable that gets assigned as a selected value to a dorp down box. I need to pass it to another page.
Please help.
How are you getting to the second page? If you are posting your form directly to the second page then you can use $_POST['fieldname'] on the second page for the value that was selected in the drop down. Do you have any code written already? If so it might be helpful if you could post that here for us to see what you are trying to do.
Comment