Ok, I have a form on a static html page with two drop downs. User makes selection from drop down and then hits submit. I have a php page that I want the selections from those drop downs to be used for the query and subsequent output on the page that follows.
Question: How do I pass those selections to the next php page and into the SQL query?
Thanks for your help. I'm a php/mysql newbie.
Question: How do I pass those selections to the next php page and into the SQL query?
Thanks for your help. I'm a php/mysql newbie.