I am creating online forms for my company and have been having some difficulty maintaining the value of variable.
Scenario is this:
user enters data, on submit, user is redirected to a page that creates a table and fills in the values that they entered... so they can verify what they input. Here is the prob. on this page, I have another submit button that POSTS to another page which is supposed to run the query and return a success message and redirect them to their start page.
on submit, the fields in the db are blank. Any help? Thanks