Execute a XQuery with PHP

前端 未结 8 834
青春惊慌失措
青春惊慌失措 2020-11-30 13:02

How to execute a XQuery in PHP? Can you give me an example?

Thank you.

8条回答
  •  [愿得一人]
    2020-11-30 13:09

    For shared hosting scenarios, I suggest to use something like 28msec (http://www.28msec.com) which enables you to build RESTful services based on top of the Zorba XQuery processor. From PHP you can connect to 28msec via REST.

提交回复
热议问题