Has anyone experienced the post page of a form loading and running twice (which results in an INSERT statement being executed twice)? Obviously there is no looping in my code, nor are there two calls to mysql_query at all, otherwise you'd think that it'd happen in all browsers and versions.
It seems to jump back to the top of the script a few lines after an INSERT statement.
Another board suggested that it was due to session_start(). But that can't be as I'm not using any session variables.
This only happens in IE 6. Specifically:
IE 6.0.2800.1106
on both Win2k Pro and WinXP