I have a php file (crtEnfr.php) to which I sent a POST from another file (enfForm.php) to print a result in a table ...
But I would like to send the same value of the POST that is in crtEnfr.php to another file (print_view.php)
I know it has to be something very basic, but how can I do it?
Greetings