|
Can'T submit form data from mail
Hi everyone!
I have a little problem:
From one of my business partners I get some email in HTML format with a
form inside. On Windows XP I just ckick the Add button and It opened an
explorer windows, load the php file, and wrote out the data to my
database (after manual check).
Now, if I click to the Add button it opens the window, load the scipt,
but It doesn't submit any data to the browser (the $_Post, $_Get, or
$_Request arrays are empty).
I think it's something new defending programme, but I can't find how
can I turn off this function.
The code in the mail like this:
Code:
--------------------
<form action="'_http://127.0.0.1/mailtools/reglapchk.php_' (http://127.0.0.1/mailtools/reglapchk.php)" method="post" enctype="multipart/form-data" target="_blank">
<input type="hidden" name="office" id="office" value="miskolc">
<input type="hidden" name="date" id="date" value="1990">
....
<input type="submit" name="submit" value="Add">
</form>
--------------------
thx for the help:
JCR
--
jcrsoft
|