[thelist] cgi.Path_Info not displaying

Douglas Williams klenzade at i-55.com
Fri Nov 16 20:46:42 CST 2001


In CF5 he can use the <cfdump> tag.  It's very useful in debugging apps.  

syntax is: <cfdump var="#cgi#">

----- Original Message ----- 
From: ".jeff" <jeff at members.evolt.org>



> minh,
> 
> ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
> > From: Minh Lee Goon
> >
> > I'd like to see the page that the users are attempting
> > to access and using #cgi.Path_Info# does not return any
> > value.
> ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
> 
> try outputting the cgi scope and seeing if any of the values contain what
> you're looking for.
> 
> <strong>CGI Scope</strong><br>
> <cfloop collection="#cgi#" item="key">
>   <strong>CGI['#key#']:</strong> #cgi[key]#<br>
> </cfloop>
> 
> good luck,
> 
> .jeff
> 
> http://evolt.org/
> jeff at members.evolt.org
> http://members.evolt.org/jeff/
> 
> 
> 
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt ! 
> 
> 






More information about the thelist mailing list