function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
surendra.cloudsurendra.cloud 

Integration of php with salesforce

Hi i hav data in php i need to integrate the data into salesforce and generate reports 

 

 

can anybody help me this is urgent

 

 

Thanks fr All

SuhoijSuhoij

1. Check REST API http://www.salesforce.com/us/developer/docs/api_rest/index.htm.

2. Get Http client library (for ex. http://phphttpclient.com)

3. Follow the steps in getting started inside REST API.

 

If you have some questions - ask here.