Just finsihed my login system, but when i came to test it on IE, its not working....
Its simply refreshing the form.....not sure what to do. Works fine on Firefox.
http://www.passecdl.co.uk/mpa/login.php
This is the first bit where it check to see if its submit, seems to be ignoring this....
<?php
if (isset($_POST['submit']))
{
and heres the submit button?
<input type="image" value="submit" name="submit" src="images/login_button.gif">
Im really stumped