joshtrav
04-10-2012, 05:13 AM
I am currently trying to redirect from page A to page B based if post data sent to page B is incorrect.
Using the method
header('Location: http://www.website.com/pageA.php');
Brings me to the following error:
Your submission could not be processed because a security token was missing.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
I am also sending post data back to the page A to identify the mistakes.
Does anyone have any idea how I can achieve this as the above method seems invalid?
Using the method
header('Location: http://www.website.com/pageA.php');
Brings me to the following error:
Your submission could not be processed because a security token was missing.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
I am also sending post data back to the page A to identify the mistakes.
Does anyone have any idea how I can achieve this as the above method seems invalid?