Re: Pass values through a PHP form emailer



Stewart wrote:
I have a very basic PHP script that emails forms submitted to it.
It has a success page/URL feature.
I'd like to learn how to modify this script to pass certain vales onto the
success page.

So the URL to my destination page may be in this format:
http://www.test.com/passing-values-source2.htm?firstname=Amanda&lastname=Wilson&age=77

<form method="get" action="passing-values-source2.htm">

.... form input tags here ...

</form>


Marc .