Need Salesforce API detail to create lead in salesforce CRM from my website(PHP) Need Salesforce API detail to create lead in salesforce CRM from my website(PHP) php php

Need Salesforce API detail to create lead in salesforce CRM from my website(PHP)


You’ve to downloaded the toolkit to connect with salesforce from your PHP and you will get below files in toolkit:

1- SforceBaseClient.php2- SforceHeaderOptions.php3- SforcePartnerClient.php4- partner.wsdl.xml

You get an example file also, which will show you a good example to connect and post data on salesforce.

For more help you can read this blog:

http://ahmeddirie.com/technology/web-development/salesforce-soap-api-and-php/