I have had a problem with my system that some pages that do UPDATE in the inventory tables sometimes run multiple times, so the page was not loaded twice because I created a protection account. A single mysql_query instance is somehow running multiple times on my MySQL. Does anyone have any idea of the reason for the bug? Has anyone ever experienced this? I'm not using PDO, would it be a solution?