how can i pass variables from page1.php to page2.php example i dynamically output the dresses in page1.php inside a drop down menu when i click the submit button how can i put that certain address in page2.php ?
thanks in advance..
page2 recives all form elements as variables by the elements name.
Say you have a select field called "select1" in you form. When you submit your form to page2 you get the selected options value into variable $select1.