That's true, but he's using cfdump, not sure he wanted to use them at all :-)


John

-----Original Message-----
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Monday, December 08, 2003 4:38 PM
To: CF-Talk
Subject: Re: Simple question...

Beware dumping the URL scope...remember....you may have set other vars in the URL scope (for whatever reason) before dumping the URL scope.  If you're after the passed params to the page CGI.QUERY_STRING as I first mentioned...be accurate ;-)

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

---------------------------------------------------------
Macromedia Associate Partner
www.macromedia.com
---------------------------------------------------------
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
  ----- Original Message -----
  From: Venable, John
  To: CF-Talk
  Sent: Monday, December 08, 2003 1:22 PM
  Subject: RE: Simple question...

  <cfif len(trim(cgi.query_string))>
      <cfdump var="#url#">
  </cfif>

  I think that's it.

  John Venable

  -----Original Message-----
  From: Che Vilnonis [mailto:[EMAIL PROTECTED]
  Sent: Monday, December 08, 2003 4:12 PM
  To: CF-Talk
  Subject: Simple question...

  In CF5, how would I write:

  IF there is any variable in the URL scope present...
  then <cfdump> the entire URL scope.

  I know you can use isdefined("FORM.FIELDNAMES") for form vars...
  but what is the magic phrase for all url vars???

  Thanks, Che
    _____
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to