I need, in my debugging phase, to lookup what passes in the $_POST
variable in a page that I can't currently touch (it's live online.)
I picked up my trusty Firebug, and can't find an option making it able to read this PHP variable.
So how could I checkup what is in that $_POST
variable, without touching the code of the page I'm viewing?