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
Alok_NagarroAlok_Nagarro 

php to salesforce

Hi,

 

I am stuck to configuration of PHP toolkit with WAMP 5.x.

Actually i followed tutorials and downloaded toolkit, created php page and paste the sample code from tutorials.

Now where i need to have this toolkit and wat setting will make it run.

 

Please help !

 

 

Pat PattersonPat Patterson

If your PHP script contains a line that looks like

require_once ('soapclient/SforcePartnerClient.php');

then you need to copy the soapclient directory from the toolkit to your PHP script's directory.

 

If you've already done that - what errors are you seeing?