Jump to content

can I use a function to call an external javascript file?


php_joe

Recommended Posts

Hi,

 

I know how to use an external javascript file:

 

<script 
language="javascript" src="external_file.js"></script>

 

The thing is that some of the variables will be constantly changing (via php).

 

JavaScript doesn't seem to have anything equivilant to PHP's file() or file_get_contents() functions for local files, right? So I thought I could put the php on an external javascript code and have it loaded via a function.

 

Is there a way to load a script from an external file (located locally) each time a function is used?

 

Thanks,

 

Joe

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.