<cfdump var="#cgi#">

Or if you want more control

<cfloop item="field" collection="#cgi#">
        <cfoutput>cgi.#field# is #cgi[field]#<br></cfoutput>
</cfloop>

========================================================================
===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
(www.mindseye.com)
Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email    : [EMAIL PROTECTED]
Blog     : www.camdenfamily.com/morpheus/blog
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -----Original Message-----
> From: Ramesh Deva [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, September 09, 2003 9:51 AM
> To: CF-Talk
> Subject: displaying CGI variables.. ?
> 
> 
> Hi,
> 
> How to display all CGI variable info thru programmatically..
> 
> 
> Thanks
> ramesh
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to