Welcome Guest, Not a member yet? Register   Sign In
permitted_uri_chars - will this work?
#3

[eluser]tsisson[/eluser]
Hmm, okay. Thank you so far.

But what's the correct way to encode the umlauts? I already experimented a lot with urlencode() and utf8_encode() but I'm not getting it right.

Code:
$query ='ö';
echo urlencode($query);

gives me the supposed ö. But using

Code:
$query ='ö';
redirect('results/'.urlencode($query).'/');

gives mit an url with results/ö/


Messages In This Thread
permitted_uri_chars - will this work? - by El Forum - 06-04-2009, 08:15 AM
permitted_uri_chars - will this work? - by El Forum - 06-04-2009, 09:19 AM
permitted_uri_chars - will this work? - by El Forum - 06-04-2009, 10:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB