24.08.2016, 16:15
It is worth noting that if you want some queries to be executed in order (like sending a DELETE query and then directly an INSERT query), you shouldn't use mysql_pquery because it's not guarantee that will be executed with the same order they were sent.

