From: "Ong Kian Win" <[EMAIL PROTECTED]>

> Hi.
>
> I have two machines with different versions of AxKit's dependencies
> installed. All other configuration files are identical. I am currently
> stumped over why I am unable to get at the URI query parameters under
> AxKit XPathScript on machine #1.
>
> Regardless of whether I am using $r directly or the CGI library, the
> query parameters seem to be unavailable. I was thinking perhaps they
> have been consumed, somehow. =) The same XPathScript template works on
> machine #2.

In XPathScript you need to use $cgi->param('name'). $cgi is an
Apache::Request object.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to