I have two PHP files: A.php and B.php. A passes $id
to B using POST and B can get $id
the first time but I need to jump back to B again using Header
. This time the parameter gets lost.
How can I pass the parameter when I use Header
to jump back?