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

前端 未结 6 1734
小鲜肉
小鲜肉 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:16

    You can do it if you are App servers like Resin which support PHP or using experimental PHP / Java Integration. Note that running PHP on Resin may not support all extensions for a given application but I have ran Wordpress on Resin and it's neat.

提交回复
热议问题