Hey folks,
I can set an environment variable with PHP by doming something like
Is there anyway to do the same thing with Javascript?
or an anternative?
Thanks in advance
Steve
- I have fun with telemarketers
I can set an environment variable with PHP by doming something like
Code:
putenv("my_var=something") ;
Is there anyway to do the same thing with Javascript?
or an anternative?
Thanks in advance
Steve
- I have fun with telemarketers