Question
May 24, 2009 at 04:36 PM
scentofindie

PHP Form : POST to new page

by scentofindie . Updated 17 years, 3 months ago

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.

This discussion is locked

All Comments