Welcome Guest, Not a member yet? Register   Sign In
pass a variable to controller (with nonenglish characters)
#3

[eluser]chejnik[/eluser]
Hello, thank you.

I have encoded the url with urlencode - the result is here
Code:
..search/showHeadword/sei n % C 3 % B E roska/0
I devided the urlencoded word with spaces, because it is formatted.

Code:
$string1 = urlencode($item["keyword"]);
            
        $segments = array('search', 'showHeadword', $string1, $item["num_keyword"]);
        $url = site_url($segments);

But when I click on the link / this message shows - The URI you submitted has disallowed characters.
Thank you Ales


Messages In This Thread
pass a variable to controller (with nonenglish characters) - by El Forum - 02-10-2008, 09:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB