Comments
-
That works great. Nice job! Thanks!
-
It would be really nice to get a working example of PHP interacting with the JSON/REST API for SWIS. I am trying to go super simple to start with. Do you guys have any ideas what I may be doing wrong? <? function pullit($url,$data) { $ch = curl_init(); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch,…