- Code: Select all
<SCRIPT language="javascript" src="functions.js"></SCRIPT>
and the page you are on will use that file for variables, functions..etc..
Is there a way to do this for PHP?
I want to use a seperate file to put all the constants for my page.
That way i only modify the constants on one page as apposed to 10 diff php files.
Is this possible?
:
:

