Try cgi.SCRIPT_NAME
Justin
> if ($PHP_SELF == '/index.php') {
> do something
> }else if ($PHP_SELF == '/resources.php') {
> do something else
> }
>
> so one can have a complex navbar and just include it on every
> page, then do
> different stuff depending on where you are (see
> www.realfoodonline.com for
> an example, although it's still under massive construction). Is there a CF
> equivalent?
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]