How to integarate and import the data from salesforce to php and from php to salesforce
|
closed as not a real question by metadaddy♦ Feb 8 at 19:43
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
http://wiki.developerforce.com/page/PHP_Toolkit_13.1 please refer the above link to understand how to use the Php toolkit.There are good references to start with. http://wiki.developerforce.com/page/PHP_Toolkit_13.0_Getting_Started You will be using partner or enterprise WSDL and then using SOAP API. Other way would be using REST API of salesforce and using oauth 2.0 as authentication mechanism. http://developer.force.com/cookbook/recipe/interact-with-the-forcecom-rest-api-from-php This resource above may help you |
|||
|
|