I use <a href=Common/php/VideoPlayer.php> to jump to the other php file
and in that php I want to include a .js file
if I use this
<script src="Common/scripts/video.js"></script>
it will fail to load But if I use this, it will load
<script src="http://localhost/website/Common/scripts/jquery.js"></script>
I dont know what's the difference between those ?
But I use <script src="Common/scripts/video.js"></script> in my first html, and it works, but if I click the hyperlink to jump to the other php file, it fails.
Please help me.. Thanks a lot