Is it possible to use multiple programming languages on one webiste

Posted by Mirage on Stack Overflow See other posts from Stack Overflow or by Mirage
Published on 2010-06-16T04:14:58Z Indexed on 2010/06/16 4:22 UTC
Read the original article Hit count: 130

Filed under:
|
|

Suppose i have one webiste with simple pages in php like

page1.php
page2.php

Now there is one page where i want some detailed functioning and i want to use python for that and it will look like

page3.py

and in other page i want to use java like

page4.jsp

Provided i have installed python , java on webserver.

Is it possible

© Stack Overflow or respective owner

Related posts about java

Related posts about php