Hi,
I've an HTML form (contains 2 controls: input1 and input2) that call a php
file (file1.php) using the post method.
I need to call (from file1.php) another php file file2.php and pass the POST
information to it so I can get the information in the $_POST array in
file2.php.
How can I do it?
Thanks.
I've an HTML form (contains 2 controls: input1 and input2) that call a php
file (file1.php) using the post method.
I need to call (from file1.php) another php file file2.php and pass the POST
information to it so I can get the information in the $_POST array in
file2.php.
How can I do it?
Thanks.
Comment