Skip to content

Instantly share code, notes, and snippets.

@abrahamfast
Last active August 29, 2015 14:18
Show Gist options
  • Save abrahamfast/bb3d4432bf41f2608038 to your computer and use it in GitHub Desktop.
Save abrahamfast/bb3d4432bf41f2608038 to your computer and use it in GitHub Desktop.
Simple Log
<?php
file_put_contents('/var/www/log',print_r($_REQUEST,true));
file_put_contents('/var/www/log',file_get_contents('/var/www/log').print_r($_REQUEST,true)."\n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment