I came across something that is very strange to me.😕
I have a PHP page that contains a few forms with submit buttons. I could not figure out why (sometimes, not always) I was getting an Undefined index error for the same variable in my error log.
Today I found out what is causing the error to be thrown. If I enter text in the input field and click on the submit button, all is fine. However, if I enter text in the same input field and hit enter on my keyboard, (instead of clicking on the submit button) the error is thrown. It only does this with the one variable/input box and it does this with IE7, not FF3.
Does anyone have any ideas?