Skip to content

Instantly share code, notes, and snippets.

@ivangodfather
Created July 24, 2015 10:45
Show Gist options
  • Select an option

  • Save ivangodfather/fc54a667ecd8a62a0458 to your computer and use it in GitHub Desktop.

Select an option

Save ivangodfather/fc54a667ecd8a62a0458 to your computer and use it in GitHub Desktop.
$body = file_get_contents('php://input');
$customer = $body['customer'];
ini_set("log_errors", 1);
ini_set("error_log", "$root/php-error.log");
error_log(print_r($customer, true));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment