Monday, 17 September 2018

return data from curl as json

https://stackoverflow.com/questions/24939326/php-curl-request-data-return-in-application-json


curl_setopt($ch, CURLOPT_HTTPHEADER, array('Accept: application/json'));

curl example

http://codular.com/curl-with-php

curl library

http://docs.guzzlephp.org/en/stable/quickstart.html#sending-requests

Friday, 14 September 2018

Tuesday, 11 September 2018