I'm including javascript generated by php for each page, like
<script type="text/javascript" src="http://mysite.com/?get_the_js=1"></script>
Will this be cached by browser, so if you would go on another page some js might not work, because the previous page js is used?
If it is, how could I prevent caching?