Thursday 24 September 2009 2:18:18 am
Hello, first of all, i have to apologize my bad english.
I have a problem with defining Parts of a requested url using in a template. I have for e.g. the url http://www.test.de/order/unterordner/nocheinordner and i wanted now the Part /order/unterordner/ which i can use as a Variable. In former times i solved it with: $url = $_SERVER['REQUEST_URI']; and then i used a if-else command to replace the found result into e.g. the Word "TEST" Many thanks in advance for your help. Greets Christian
|