$POST empty after form submit
-
Hello, I was expecting when I choose “Page” in the Action after Submit field, the values of the form get somehow transfered to the new page. But I can not see them in the link as parameters (?) when I click on submit (I have 3 Input fields with data inside). Also, I tried to output the variables via
<pre> <?php var_dump($_POST);?> </pre>
but the output on the result page was empty. So I was wondering how to access the values of the form after submit?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘$POST empty after form submit’ is closed to new replies.