How do those 'URL variables' work, and can I use them on an actinic page?
You know the ones, where you get something like -
www.mydomain.com/index.html&something=10&somethingelse='hello'
I'm guessing it can't work on a standard actinic page as they are precompiled, but maybe on an actinic page that's been renamed as PHP? or maybe html with embedded java or something?
You know the ones, where you get something like -
www.mydomain.com/index.html&something=10&somethingelse='hello'
I'm guessing it can't work on a standard actinic page as they are precompiled, but maybe on an actinic page that's been renamed as PHP? or maybe html with embedded java or something?
Comment