POSTing JSON Data With PHP cURL - LornaJaneLornaJane
POSTing JSON Data With PHP cURL I got this question the other day: how to send a POST request from PHP with correctly-formatted JSON data? I referred to the slides from my web services tutorial for the answer, and I thought I'd also put it here, with a bi...