Hi all,
I have a selection list which is dynamically populated from a SQL query.
When the user makes their selection, the result is passed to the next page.
I would like the query to return data from two fields (customer and date) , and I'd like to submit this as two seperate variables to the next page (so on the next page I can just do $customer = $GET['customer']; and $date = $GET['date']😉
Just wondering if anyone know's how? I can get it to pass it to the next page as 1 variable, but not two individual ones...
I hope that makes sense!
🙂
Ant.