Re: [PHP] Protecting Javascript via PHP

2004-10-28 Thread M Saleh EG
Even if u make ur JS files dynamicaly made on the fly, browsers cach that dynamic JS. To be specific you'd get a file like script.php?parameter=pValue as a .php file that is cached after being rendered. So ur JS will be there stored in the cached static .php file ( a file with PHP extension includi

Re: [PHP] Protecting Javascript via PHP

2004-10-28 Thread Ryan A
Hey! Thanks dude, that DOES make it harder for ther person to get to your JS codeI have seen various solutions like this like code-secure from securecents.com (although I think the article you mentioned is better) I was thinking more of a php solution, passing some variables and looking at the

Re: [PHP] Protecting Javascript via PHP

2004-10-28 Thread Luke Barker
http://scriptasylum.com/tutorials/encdec/encode-decode.html is a good article on wasy to achieve this On Thu, 28 Oct 2004 16:24:24 +0200, Ryan A <[EMAIL PROTECTED]> wrote: > Hey, > I have been searching around the web for a way to "mangle" my javascript > code the way some people do it to HTML/P