Spaces and dots/periods in URLs |
[eluser]Rob Corley[/eluser]
Hello, Apologies first if I am posting in the wrong place! I am trying to pass a filename in the URL, so I am using urlencode to encode something like this:- http://www.example.com/page/file name.ext/some folder name/ I then want to use the strings 'file name.ext' and 'some folder name' in the page controller. However codeigniter when I retrieve the URL string returns it with the . and the spaces as underscores:- 'files_name_ext' So I have no way to differentiate between the 2. (some filenames contain multiple dots so I can't just replace the 4th last character). Many thanks in advance! |
Welcome Guest, Not a member yet? Register Sign In |