Hi all,
I imagine the answer is simple but I can't figure it out.
I want to be able to print and place in an anchor (link)
the name of the current file a user is viewing
using php and html.
Using "ThisFile.html" as an example, I want
to be able to print on the page:
'You are currently browsing --
<a href=[php code here?]>Whatever</a>'
I am using $_server('php_self') which works if the file
ends with ".php". However I want to be able to do this
using just plain HTML pages.
Thanks all. Peace!
- tyhand
I imagine the answer is simple but I can't figure it out.
I want to be able to print and place in an anchor (link)
the name of the current file a user is viewing
using php and html.
Using "ThisFile.html" as an example, I want
to be able to print on the page:
'You are currently browsing --
<a href=[php code here?]>Whatever</a>'
I am using $_server('php_self') which works if the file
ends with ".php". However I want to be able to do this
using just plain HTML pages.
Thanks all. Peace!
- tyhand