Evening,
I have been trying to post data from a displayed db row to a new page(order form).
All the tutorials express using method $_POST which i have done.
My question is HOW do I store the selected row variables and send them to the new page.
I went so far as to ‘wrap’ the entire db output in a form, with submit buttons on each row.
The PAGE 1(form) display is fine, but the data is not getting to PAGE 2 (form2)
Help is greatly appreciated.