Search results

  1. T

    API CURL Problem

    Sorry, I found my mistake myself. It was missing curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); After that I got the JSON Thanks for your help anyway
  2. T

    API CURL Problem

    Thank you for your answer now the result is: {"status":"SUCCESS","statuses":[{"id":35012,"name":"Neue Bestellungen","name_for_customer":"Neue Bestellung angenommen","color":"#69b6fa"},{"id":35013,"name":"Zum Senden","name_for_customer":"Bereit zum...
  3. T

    API CURL Problem

    Hello Unfortunately I can't get any further I have an API call (CURL) which should return a JSON and store the response in a variable $resp with a var_dump($resp); I get this displayed This also seems to contain a JSON but how do I get it? The first part of the text does not seem to be part of...
Back
Top