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
Sapthagiri ReddySapthagiri Reddy 

Integrating php with Salesforce

I am asked to built a web application in php where the back end database is going to be Salesforce Objects. The scenario is that "users" (can be 10,000+) would register/log in to the application and schedule a slot for an exam. Then take that exam, view their credits and performance.

I would like to know a better approach to start this. Like how would I be able to access the objects using php and how well can I maintain authenticity in this scenario.
Satish_SFDCSatish_SFDC
In order to access the Salesforce Objects you have to use the PHP Toolkit for salesforce.
Check this Link: http://wiki.developerforce.com/page/Force.com_Toolkit_for_PHP

Also in order to get the users to register or login you will have to write your own custom functinality in your php page and probably store that in an custom object in salesforce.

Regards,
Satish kumar