Best thing to do is to place this on a cfm template and see by yourself:

<cfloop collection="#cgi#" item="i">
 <cfoutput>The value for : cgi.#i# is: #cgi[i]#<br></cfoutput>
</cfloop>

Massimo


"Michael Lugassy" <[EMAIL PROTECTED]> wrote in message
news:01b201c107b8$94772e20
> Does someone has a full/partial list of CGI variables?




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to