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
jcolejcole 

Using PHP to import site data into SalesForce?

Hello,

I'm pretty new to the SalesForce world, and was wondering if someone could point me in the right direction for using PHP to import data into SalesForce.

Has anyone done an implementation like this?

Thank you,
John
Park Walker (TAGL)Park Walker (TAGL)

jcole wrote:
Hello,

I'm pretty new to the SalesForce world, and was wondering if someone could point me in the right direction for using PHP to import data into SalesForce.

Has anyone done an implementation like this?

Thank you,
John





You probably want to start by grabbing your enterprise WSDL from Salesforce.com, the API reference, and looking in the resource section here for the code samples or, if you are using PHP5 (get 5.0.5 if you are), taking a look at the following:




this article. There are a few more like it which you can find on Google, but this is probably the simplest means to get started.


You'll need to be sure that you have the cURL extension properly working in PHP to support HTTPS. There's notes on that here in the forum; search for curl.



There are plenty of people doing implementations like this. It seems like there are even more since Dreamforce.



Park
jmcolejmcole
Thanks very much for your reply and the info Park.

I'll check it out.

John