Loic
04-24-2008, 02:58 AM
I all I was wondering if it was possible to submit a form, process the information, then resubmit the information to another page?
Eg: form.html --> process.php --> process2.php
Where process.php dose something with the passed values (from form.html) the forwards them to process2.php.
Oh and I know it can be done using the GET method… but I wanted to use the post method.
Eg: form.html --> process.php --> process2.php
Where process.php dose something with the passed values (from form.html) the forwards them to process2.php.
Oh and I know it can be done using the GET method… but I wanted to use the post method.