problem integrating zoho creator with a php app

problem integrating zoho creator with a php app

Hi All,

I have been having problems integrating my Zoho Creator app with a custom PHP app.  Any help or advice on how to do it would be greatly appreciated! 


Here's what I've done:
1. Created the Zoho Creator App.

2. Received the Zoho API key.

3. Wrote PHP code on a different server to retrieve data from one of my Zoho Creator App's view.  My PHP code used cURL to connect to Zoho Creator.  Also, the PHP code requested that Zoho Creator send the data in JSON format.


Here's what happened: Zoho Creator App works fine.  The PHP code manages to successfully connect to the Zoho Creator app.  But the Zoho Creator app returned an empty string.  The strange thing is that Zoho Creator correctly returns the data when I type the API request URL directly into my Firefox.

Is there any problems importing Zoho Creator data via cURL?


David