You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Darryl Luff <da...@snakegully.nu> on 2003/01/01 18:22:28 UTC

Re: [users@httpd] How to access META data from a CGI script? (FIXED)

Zac Stevens wrote:

>That's because you haven't used an SSI directive there to allow for
>interpolation.  Try something like:
>
><meta NAME=Keywords CONTENT="<--#echo var="keys" -->">
>
>Untested, but that's more or less what you're looking for.
>  
>
Thanks Zac. Close enough!

What I have now is:
<!--#set var="keys" value="whatever..." -->
<META NAME=Keywords CONTENT="<!--#echo var="keys" -->">
....
<!--#include virtual="/cgi-bin/goog.pl?${keys}" -->

and it works like a charm.


Thanks, Darryl.



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org