用于查看通过方法 post 发送或进入 Php 的数据的程序

Program to see data sent throught method post or get in Php

我需要找到一个程序来查看发送数据的方法 Post 或获取 PHP 不使用 $_POST 和 $_GET

您可以将 $_REQUEST["my_variable"] 用于 php(服务器端)

如果你想在浏览器扩展中看到你可以使用 firebug(客户端)

Firebug: how do I see GET parameters?