Hi,
I think you mean that you pass the values from a HTML form in one files/page to a PHP script in another?
If so then the following are 2 files named myform.html and action.php.
The form simply asks for your name and age then sends them to the php script in the action.php file/page.
HTML -...