Is it possible to use JSP and PHP at the same time?

前端 未结 6 1626
小鲜肉
小鲜肉 2021-01-07 00:51

1 function is written in Java while the API of another function is written in PHP. So, is it possible to use JSP and PHP at the same time?

6条回答
  •  隐瞒了意图╮
    2021-01-07 01:15

    In general no. There is, however, a PHP implementation written in Java which will most likely allow you to do what you need which can run in most web containers.

    Have a look at Quercus from Caucho. Here is the tutorial: http://quercus.caucho.com/quercus-3.1/examples/quercus.xtp

提交回复
热议问题