I have a form A that sends me to a page with a form B (I get the data of A with the post method), the submit of B makes modifications in a database and then I have to return to B but obviously when putting header ('Location: B.php') I get an error because I'm not sending data from A