Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 php 和数据库非常陌生。突然间,我接到了这个社区服务项目,他们希望我连接到 SOQL 数据库,检索数据并将其显示在页面上。 作为一个完整的新手,我在谷歌中搜索了如何连接到 soql 数据库,但无济于事。我知道对于 mysql,我可以通过运行建立链接/连接mysql_connect(host, user, password);在一个 php.ini 文件中。有没有办法做类似的事情SOQL?
mysql_connect(host, user, password)
SOQL
抱歉,您无法通过 PHP 连接到 SOQL 数据库。
但是,您可以使用 JavaScript 执行此操作,然后使用 ajax 接收基于数据库的 PHP 输出。
Salesforce 提供 Web 服务 API(REST) 来连接其生态系统。
https://developer.salesforce.com/docs/api-explorer/sobject