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
jagjitsingh@indivar.comjagjitsingh@indivar.com 

Php Code

Hi

 

   I want to pass Email_Id as a parameter  and wants to get Contact Information of that Email Id  from Contacts Object.. I want it through Php.

 

Thanks

cloudcodercloudcoder

You might want to check out the Cookbook recipes. There are lots of PHP samples there

peterg012peterg012

Hi,

 

Typically the easiest is to use the PHP Toolkit for SFDC. http://wiki.developerforce.com/index.php/Force.com_Toolkit_for_PHP .  Take a look at the examples here: http://wiki.developerforce.com/index.php/PHP_Toolkit_20.0_Samples

 

There are other ways of access the SFDC REST API from PHP but they require some custom development in your PHP application.

 

Thanks

Peter