How can i pass a variable from php to php?

RA8

New member
i have a form on page test.html ans pass a variable name with value RA8 to test.php
so on test.php i have $_POST["name"]="RA8"; i want to post this variable to page test2.php automatically.
so i post from test.html to test2.php the name passing trough test.php; how can it be done?
 
Back
Top