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
Developer99Developer99 

Salesforce Connect to PHP

HI,

                 I want to know how salesforce can connect to PHP, As per My requriment in product object i have Unit-Price Field when i update that field in salesforce, that field value must be Update in PHP...How can Achieve this Requriment...
Sonam_SFDCSonam_SFDC
Hi,  

YOu can use any of the available API - REST or SOAP to integrate your ORG with PHP:

Read more on the links below to understand the options and how you can impement them:
REST API:https://www.salesforce.com/us/developer/docs/api_rest/
SOAP API:http://www.salesforce.com/us/developer/docs/api/