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
gh0stgh0st 

Can I use salesforce to ...

Hi,

Is it possible to use salesforce as a foundation for an online community? In other words, can I have non-salesforce users login to a PHP application that contacts the salesforce database and allows my users to  update their profile?

Thanks for any advice.


virago81virago81
gh0st,
The short answer is 'yes'.  There is a PHP toolkit that allows you to interface with SFDC.  In the case you are talking about, you'd be using SFDC like an online database and relaying SOQL queries to it via the API.

Hope this helps.