I did post this at the CompuKer programming/anihalation section a few weeks ago but the response was poor - so now that they've let me out again for the the weekend, ( on good behaviour - ha ha ha! ), I'll try here for more help again.
After much research I now have a practical method of...
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 -...