PHP - Send JSON Data Via POST: 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:1910:19, 23 August 2018Stevet talk contribs 771 bytes +771 Created page with "<syntaxhighlight lang="php" line='line'> <?php //API Url $url = 'http://example.com/api/JSON/create'; //Initiate cURL. $ch = curl_init($url); //The JSON data. $jsonData..."