Hi guys,
I have an HTML email sent as a newsletter with the following code :
On index.php,
Returns nothing.
Why is that?
Does Outlook prevent forms from sending POST data?
Thanks a lot for the help
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>
<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