For my login form I wanted to have a image as submit button.
I've been struggling with it and I got this now:
[<input type="image" src="/images/login_bt.gif" name="login" value="login" alt="login" />
But its only working when I put x or y after the login when checking if someone has submitted. Like:
if(isset($_POST['login_x']))
I can't understand why its working with the _x and not without it.
Could someone explain that to me?