Jump to content

Using php config file for javascript - possible ?


scanreg

Recommended Posts

I'd like to use a php config file for some javascript

 

Is this possible?

 

Variable values would be in the php config file and the javascript would need to retrieve those values to run the script.

 

If the php config file is called independently, then all that would be displayed is a blank screen.

 

I'm looking for a way to keep some critical values out of the public eye so to speak but still run the script without errors.

 

Thanks

As soon as these values are passed to JavaScript (which would happen when your page was being created or via an Ajax call) they would be on the client-side and available for anyone to see. Not much you can do about that if you need them in your client side code.

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.