[URGENT] HTML E-mail + post data<

liunx

Guest
Hi all,

Sorry I post this for the second time, but this problem is very urgent!

I have created a html mail en send it to me for testing. In my mail client, I fill in the form that's in the html mail, and want to send the data to webpage with post method.

But the problem is that the data is not sent to the webpage. When I print_r($_POST); the array is empty :(

Some people say it's for security that my mailclient (MS OUTLOOK, MS OUTLOOK EXPRESS) does not send any post data.

How can I create an HTML mail (the creaton is not a problem) & be able to send data to a webpage???

Thank you!With PHP?
I came up with a little script/tutorial (I explain everything) if you want it...
<!-- m --><a class="postlink" href="http://www.alphibia.com/phpscripts.php?p=6">http://www.alphibia.com/phpscripts.php?p=6</a><!-- m -->

Otherwise I bet the others could help you out if that's not what you're looking for...
Some of the code on the page you may not want/need. I did a lot of checking to make sure the user was sending the required information.I checked it out, and I think I didn't explain it clear enough.

The form is in a html mail, and the mail is opened in a mail client. So I can't use any php (because it's clientsided).

I hope there still is a way out of this problem!You can still make a page to process it in PHP you just have the form point to it.yes, my action of the form is this:
action="http://www.site.com/results.php?reason=update"

But when I get to this page, no post data is given to the site....because your email program isn't setup to fill out form. you should send a link to the form on the net.
 
Back
Top