Re: Pass values through a PHP form emailer
- From: "Stewart" <nomailplease@xxxxxxxx>
- Date: Thu, 29 Sep 2005 12:10:24 -0500
"Marc" <mbradshaw@xxxxxxxxxxxxxxxx> wrote in message
news:1128011335.4378.0@xxxxxxxxxxxxxxxxxxxxx
> 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
Marc
This won't pass through my PHP script wll it?
This encloding would have to be in the script I think.
.
- Follow-Ups:
- Re: Pass values through a PHP form emailer
- From: Marc
- Re: Pass values through a PHP form emailer
- References:
- Pass values through a PHP form emailer
- From: Stewart
- Re: Pass values through a PHP form emailer
- From: Marc
- Pass values through a PHP form emailer
- Prev by Date: Re: Pass values through a PHP form emailer
- Next by Date: Re: What is the difference between php & asp?
- Previous by thread: Re: Pass values through a PHP form emailer
- Next by thread: Re: Pass values through a PHP form emailer
- Index(es):
Relevant Pages
|