Creating a Javascript Api Interface

前端 未结 4 1586
暖寄归人
暖寄归人 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:21

    you could build a rpc server (remote-procedure-call). It could be either xml-rpc or json-rpc.
    Here are some good documentations

提交回复
热议问题