Having Problem in retrieving products from API using getMyRecords

Having Problem in retrieving products from API using getMyRecords

Hello,

I am trying to run the code that Zoho API documentation provided.

I trying this example  http://www.zoho.com/crm/help/api/examples.html#2._Fetch_Records_from_the

I have generated token and using it correctly. I am using XAMPP.

I had also tried to print CURL response i8nside sendCurlRequest($url, $parameter)  function.

I tried  echo "Result".$result; but it returns nothing.

The code also gives below errors:

  1. Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found in D:\xampp\htdocs\zoho\test.php on line 45

    Warning: simplexml_load_string() [function.simplexml-load-string]: in D:\xampp\htdocs\zoho\test.php on line 45

    Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in D:\xampp\htdocs\zoho\test.php on line 45





Can anyone light on the mistake that I am making in steps?