|
-
Feb 23rd, 2002, 11:18 AM
#1
Thread Starter
Stuck in the 80s
More CGI
$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?
-
Feb 23rd, 2002, 02:37 PM
#2
isn't it
$ENV{'REQUEST_URI'};
or something. not sure on that one.
-
Feb 25th, 2002, 05:54 AM
#3
Fanatic Member
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
-
Feb 25th, 2002, 01:15 PM
#4
Thread Starter
Stuck in the 80s
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|