Jump to content

[SOLVED] Linking JS as a *.php file


rv20

Recommended Posts

I have downloaded some js library and one js lot of code has been saved as a *.php file and linked as,

 

<script src="xxxxx.php" type="text/javascript"></script> 

 

of course the *.php file is all js code, no php code.

 

never seen that before, does that mean that you can hide your js as you cannot view *.php files but it seems to have the effect for linking the js, surely i would have heard of this before as i have googled "hide js" etc... what is the catch?

Link to comment
https://forums.phpfreaks.com/topic/160373-solved-linking-js-as-a-php-file/
Share on other sites

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.