Is there any way that I can show all information that is sent to my PHP script? Because I'm making a program that is supposed to upload files to my PHP script but it doesn't work with files but only the POST variables. And I really need to get all information to find the problem.
print_r($_POST); isn't good enough since it only prints the variables.
Any suggestions?