[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] CGI/Standard Perl Script combined?



>Is there a way to have a standard link call a CGI WITH a searchterm?  I

If I understand you correctly, you just want the following:

<a href="path/to/script.cgi?bubble bath">bubble bath</a>

Then the script can just look into $ENV{'QUERY_STRING'} to grab the search
term "bubble bath" (you'll have to decode any spaces).

That what you wanted?
Steve



***********************************
Stephen M. Gray
Webmaster
Trendmasters - www.trendmasters.com

***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch