Does anyone know how to get the current document's path?
For example, in my html footer I use:
URL: http://www.site.org<!--#echo var="DOCUMENT_URI" -->
which produces:
http://www.site.org/rootfolder/filename.htm
anywho,
I want to do the same thing with my PHP footer...