There is a strange thing with Browsers and forms.
In Netscape 7.x $_POST workes quite fine, while in IE it does not.
I am using a form with a graphical button:
<input type="Image" name="submit" value="submit" src="button.gif" width="80" height="19" alt="button alt tag">
Inside a file I am trying to catch the form inside a if statement:
if ($_POST[submit]) {...
This does work in all browsers, but not in IE. IE simply never makes the if statement true.
Does anybody know why? Thanx for any hint on that,
Merlin
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php