Is it possible to use more that one scripting language in a single file of a web page?
For example, I want to use python and ether php in my web page?
Is it possible or not?
I mean, have python a module to parse files like this? or any possibility on other web servers?
Something like this:
[File Erfankam.ppp]
<php script part>
Some thing in php
</php script part>
<html part>
something in html
<html part>
<python script part>
Some thing in python
</python script part>
<html part>
something in html
<html part>
<perl script part>
Some thing in perl
</perl script part>
I hope I was not wrong.