HI everyone,
How do I include scripts that are in a different folder in php and html?
Currently I refer to scripts that are in the same folder as the sript that requires the inclusion:
For PHP:
include("CoreGlobals.php")
;
--------------------
For HTML:
<link rel="stylesheet" type="text/css" href="MyStyleSheet.css"/>
<script type="text/javascript" src="tabbed.js"></script>
<script type="text/javascript" src="tabbedA.js"></script>
Thanks in advance.
~ winbiz
Start Free Trial