<?php $opts = array( 'http'=>array( 'method'=>"GET", 'header'=>"Content-Type: application/json en\r\n" . "AuthorizationToken: tJKlYcpVPZ+W3yPOeuAZEg==\r\n" ) ); $response = file_get_contents("http://websiteapi.egorealestate.com/v1/properties", false, stream_context_create($opts)); $obj = json_decode($response, true); foreach ($obj as $row); echo $response; ?>
You have javascript disabled. You will not be able to edit any code.