Hi,
What i'm trying to do, may not be possible. but i just wanted to know if there is a way of doing this.
Basically what i am trying to achieve is to call the previous php script that was run before the currenttly executing script
e.g.
if page 'A.php' has a form in it, which has its data posted to page 'B.php'. I want page B.php to do some validation, on the posted data. and based on the results of this validation. I want page B.php to call up page A.php with all the posted variables that were posted to page B.php passed back to page A.php
Thanks in advance.
What i'm trying to do, may not be possible. but i just wanted to know if there is a way of doing this.
Basically what i am trying to achieve is to call the previous php script that was run before the currenttly executing script
e.g.
if page 'A.php' has a form in it, which has its data posted to page 'B.php'. I want page B.php to do some validation, on the posted data. and based on the results of this validation. I want page B.php to call up page A.php with all the posted variables that were posted to page B.php passed back to page A.php
Thanks in advance.
Comment