Skip to content

Instantly share code, notes, and snippets.

@imbdb
Created December 25, 2016 07:51
Show Gist options
  • Save imbdb/84eb96d6edebc4da79b6aeb93dc077eb to your computer and use it in GitHub Desktop.
Save imbdb/84eb96d6edebc4da79b6aeb93dc077eb to your computer and use it in GitHub Desktop.
PHP read raw data
$data = file_get_contents("php://input");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment