$ENV{'DOCUMENT_NAME'}; Will give me the file name, ie index.shtml...
is there something that will give me http://www.site.com/index.shtml?
Printable View
$ENV{'DOCUMENT_NAME'}; Will give me the file name, ie index.shtml...
is there something that will give me http://www.site.com/index.shtml?
isn't it
$ENV{'REQUEST_URI'};
or something. not sure on that one.
I think its SCRIPT_URI.
http://www.atomicdesigns.net/adime/perl/lists/env.html
try this site for a list of Enviroment Variables
Lee M McCormick
http://www.dynamicallywebbed.com
I don't want the script URL. I'm executing the script in a page via SSI, and want to know what page it was executed in.