I have a form that I created using php. Everything is working fine in Firefox, but when I test in Internet Explorer, it seems to be generating an additional blank entry with each new entry.
Has anyone seen this before?
Not really why don't you show the code you have.
Have you looked at the server logs? It's possible that MSIE detects some kind of error, but hides it from the user and transparently re-issues the POST.
I recommend you look at your server logs and/or get a network analyser to look at what requests MSIE is making (If it's not HTTPS)
Mark