Posted by Geoff Berrow on 02/28/07 17:23
Message-ID: <1172674402.500099.64940@s48g2000cws.googlegroups.com> from
rcoan@chaparralboats.com contained the following:
>This page is being passed emailaddress in a query string:
>http://www.chaparralmedia.net/brochureRequests/contact.htm?emailaddress=r_coan%40hotmail.com
>
>How do I get that from contact.htm to a varible in my contact.php
>page? I'm trying to make the php script send an email with the form
>data to the email address (emailaddress) but I can't seem to get it to
>work.
As others have said, this really isn't a good idea. Hard code the
address to which the email will be sent, or, of you have a number of
addresses, code them into an array and pass a reference.
You might find this a bit easier to implement. www.ckdog.co.uk/phmail
It just takes an html form and chucks everything at the address you
specify.
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
[Back to original message]
|