Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

POST not sent from HTML email with form inside

Status
Not open for further replies.

Sleidia

Technical User
May 4, 2001
1,284
FR
Hi guys,

I have an HTML email sent as a newsletter with the following code :

Code:
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16681" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>&nbsp;
<FORM action=3D[URL unfurl="true"]http://www.somedomain.com/index.php[/URL] =
method=3Dpost><TEXTAREA style=3D"WIDTH: 80%; HEIGHT: 100px" =
name=3Dxxx>blahhhhhhhh : </TEXTAREA>=20
<INPUT type=3Dsubmit value=3D"blahhhhhhhhh" =
name=3DsubmitButtonName>=20
</FORM></BODY></HTML>

On index.php,

Code:
echo "<pre>" . print_r($_POST, true) . "</pre>";

Returns nothing.

Why is that?
Does Outlook prevent forms from sending POST data?

Thanks a lot for the help :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top