Creating a Javascript Api Interface

前端 未结 4 1580
暖寄归人
暖寄归人 2021-01-17 04:37

I\'m currently working on a solution in php which queries an sql database. However, i want other website to be able to query the database (or the functions in php). I search

4条回答
  •  青春惊慌失措
    2021-01-17 05:25

    If Cross-Domain is your only concern, check out JSONP. You can also check the jsonp tag to learn more.

提交回复
热议问题