Good morning, I would like to share the data typed in an input between 2 files. In the Form action I use the validation file, to check the login and password, but I wanted the data entered in these fields also to another file, so I can show the user's name, according to their login, so I would need to pass the variable $ login to the second file:
$login = $_POST['login'];
in the two files, the 1st for verification and the 2nd for the DB. Thank you in advance.