I am doing a log file, and would like to record the content of my forms each time it is processed, for testing purposes (it's PayPal's IPN, btw).
Is there anyway to store the output of this code:
Code: Select all
echo"<pre>";
print_r($_POST);
echo "</pre>";