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: 159
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