Possible Duplicate:
input type=image name and value not being sent by ie and opera
I'm really new to PHP/HTML (this is my first time working with it) and I was working on a little project to make dynamic signatures for minecraft players. The little php script works greate with google chrome, firefox, and even safari on the ipad. Yet when I test it on internet explorer it doesnt work.
I've posted my code on pastebin because there is quite alot: http://pastebin.com/nsyQ4B6q
It seems the error is occuring on line 44. There is no actual error but that is what is not working on IE.
The final output on Google Chrome is: /index.php?player=Notch&img.x=183&img.y=54&img=1Dirt.png and the signature loads correctly.
The final output on internet explorer is:index.php?player=Notch&img.x=56&img.y=51
It seems to be missions the &img=1Dirt.png and nothing happens, the page stays the same.