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
S S MalikS S Malik 

Get Value from PHP website Database's Table Value into salesforce Object Using Api

Hi all Developer
I am new to salesforce integration and need to implement the integration between PHP website database table's value into the Salesforce object
Please guide me how I can implement this 
and what requirment to be given to PHP Dev team for the webservice/and JSON to access PHP website data into Salesforce Object

Thanks in Advance
Sukhbir
email erssmalik@gmail.com
Best Answer chosen by S S Malik
S S MalikS S Malik
Make and apex class by reference Callout @rest in salesforce trailhead
and make a wrapper class with (get set) method and
finlly that in Visual force