PHP - Receive JSON POST data: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 August 2018

  • curprev 10:1610:16, 23 August 2018Stevet talk contribs 933 bytes +933 Created page with "<syntaxhighlight lang="python" line='line'> <?php //Make sure that it is a POST request. if(strcasecmp($_SERVER['REQUEST_METHOD'], 'POST') != 0){ throw new Exception('Re..."