Posted by Bent Stigsen on 05/29/06 13:34
frizzle wrote:
[snip]
> Now i have this:
> function DefineLoc(){
> $loc = explode('/', trim( $_SERVER['QUERY_STRING'], '/' ) );
> return $loc;
> };
>
> But that's also not as it should be but fixes the trailing problem.
I don't think I quite understand what you want.
Can you give an example value of $_SERVER['QUERY_STRING'], and how the
array returned from DefineLoc should look like.
/Bent
[Back to original message]
|