Quote:
Originally Posted by sssharlasss
My guess is that the problem is in your "redirect_to" function.
|
Thx for trying to help, but i'm sure thats not the problem because i created a new page called test.php and the only thing in there is:
<form action="test_action.php" method="post">
<input type="image" src="direct_images/header_login_button.png" name="login" />
</form>
In test_action.php the only thing is:
if (isset($_POST['login'])) {
echo "login is set";
} else {
echo "error";
}
Yet, it says "login is set" for chrome, but says "error" in IE. However, if i change the type="image" into type="submit", it works fine in both.
I'm sure you'd get the same result if you try it on your wamp.