Gossamer Forum
Home : Products : DBMan SQL : Discussion :

"You are here" url variable

Quote Reply
"You are here" url variable
Is there a template variable that returns the entire URL you are on, or all of the parameters to the right of db.cgi?

For example, I was hoping something like <%url%> would return:

http://www.gossamer-threads.com/perl/dbsql/db.cgi?db=image_gallery&do=search_results&keyword=*&uid=default

or as a minumum:

db=image_gallery&do=search_results&keyword=*&uid=default

Last edited by:

Katana Man: Feb 23, 2002, 5:45 PM
Quote Reply
Re: [Katana Man] "You are here" url variable In reply to
How about a global that returns:

$ENV{QUERY_STRING}

Last edited by:

RedRum: Feb 24, 2002, 2:29 AM
Quote Reply
Re: [RedRum] "You are here" url variable In reply to
Tried that, but that ENV variable is not enabled on my NT web host. I am hoping there is another way to do it within the program.

Last edited by:

Katana Man: Feb 24, 2002, 1:16 PM