9

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?

peterh
  • 11,875
  • 18
  • 85
  • 108
Fredy31
  • 2,660
  • 6
  • 29
  • 54

2 Answers2

17

Check this answer Use Net Tab of Firebug. There is POST info in that tab too!

Original question:To see the content POST data trasferred by jQuery

Community
  • 1
  • 1
e-motiv
  • 5,795
  • 5
  • 27
  • 28
5

A nice alternative: TamperData

You can even modify post data before submitting.

2019-06-20: link updated

sascha
  • 4,671
  • 3
  • 36
  • 54
  • I would gladly tryout that answer, but it seems that Firefox plugins is down... can't download anything from it. – Fredy31 Jan 03 '12 at 19:44
  • 1
    @sascha, The 'TamperData' link is not valid now. It would be great if you can update it – Nevin Jun 19 '19 at 04:33