Author |
Message |
Topic: Very Happy but... SSI & QUERY_STRING? |
Jason Silver
Replies: 7
Views: 22240
|
|
I am a Perl programmer-- I know all about this. That's why the title of my first post.
QUERY_STRING is not being sent through the environment variables.
I cycled through the entire environment h ... |
Topic: Very Happy but... SSI & QUERY_STRING? |
Jason Silver
Replies: 7
Views: 22240
|
|
Yes, I want my included script to be able to have variables passed to it via the query string.
~Jason |
Topic: Very Happy but... SSI & QUERY_STRING? |
Jason Silver
Replies: 7
Views: 22240
|
|
How do I pass Query string variables to my CGI (Perl) script from SSI pages?
ie:
http://www.mysite.com/folder/?variable=1&another=what
The script is not passed the variables 'variable' and ... |
|