I usually include javascript like this:
<script type="text/javascript" src="js/somejs.js">
is there a way like this :
<script type="text/javascript" src="js/somephp.php?js=somejs">
So that the PHP Script echoes a custom generated string or file of requested name
If this is possible how should be the basic php syntax?
Thanks in advance.