Could someone please explain why $_POST= array();
isn't an effective way of resetting your $_POST superglobal?
I thought of this when reading this question.
Being an array, I would imagine all elements of that array, be it $_POST or any other, would be reset when re-initializing it.