Hi Guys,
I'm new to PHP and need help with passing variables from my form to multiple pages. I have global registers turned to off.
I am able to retrieve my form inputs on the second page.. however unable to retrieve the same on the other pages after.
for example -
form.php - my form page input - $_POST
action.php - I'm able to retrieve - $_POST
action2.php - I have a link on action.php which then redirects to this page; which again requires - $_POST but doesn't work, I tried validating and it did not return any value
Any experts out there??