On Wed, 22 Sep 2004 13:09:13 -0400, Tangorre, Michael
<[EMAIL PROTECTED]> wrote:
> > From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
> > I know that there is #error.querystring#, but is
> > there anyway to get the query string if there is no error.
>
> #CGI['QUERY_STRING']#
>

That won't work. CGI.query_string is for returning anything passed via
the URL. I don't know of any way of getting the query string outside
of turning on debugging, which is a no no in production. You could
also just copy and paste the query string into a cfmail and replace
any cfqueryparams with the values (because cfqueryparam will fail
outside of a cfquery tag), but that's duplicating your work.

Regards,
Dave.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to