Skip to content

Instantly share code, notes, and snippets.

@nezarfadle
Created April 26, 2019 14:50
Show Gist options
  • Save nezarfadle/e291727a474ec9b56ba9373edd0af931 to your computer and use it in GitHub Desktop.
Save nezarfadle/e291727a474ec9b56ba9373edd0af931 to your computer and use it in GitHub Desktop.
<?php

$json = file_get_contents("php://input");
echo $json;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment