Can be detected pagename and store as value at page content?
toplisek
1:40 pm on Jan 5, 2011 (gmt 0)
Can be detected pagename and store as value at page content?
I like to use PHP or only possibility is to store value from ?...
rocknbil
4:37 pm on Jan 5, 2011 (gmt 0)
Do you mean like $_SERVER['REQUEST_URI']? You might have to strip off a leading slash, but that should give you what you want whether the "pagename" is virtual or physical.