Re: Pass values through a PHP form emailer





"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.


.



Relevant Pages

  • Re: Formatted Emails with PHP
    ... I'm trying to find a website or some sort of direction on how to format my ... emails that I send out using a PHP script. ... I know how to send out emails, but I don't know how to italicize, bold, ...
    (alt.php)
  • Re: mass mail question
    ... > i'm using a php script to send out the emails, ... > that it will timeout. ... If you'd rather personalize, read on... ... > out this many emails. ...
    (alt.php)
  • Formatted Emails with PHP
    ... I'm trying to find a website or some sort of direction on how to format my ... emails that I send out using a PHP script. ... I know how to send out emails, but I don't know how to italicize, bold, ...
    (alt.php)
  • Sending Lots of Emails in the BACKGROUND?
    ... I know how to do this, but I need to figure out a way to 'send the emails ... if an administrator adds a job to Wyoming, ... want them to have to wait for the php script to finish selecting and e- ... job has been posted in Wyoming"). ...
    (comp.lang.php)
  • mass mail question
    ... i'm using a php script to send out the ... emails, but i'm worried that it will timeout. ... Will the webbrowser timeout?? ...
    (alt.php)