For example I have this address:
http://www.domain.com/page/page-name
page-name is always changed, by the name of the page.
In addition, the page-name is not written with English chars.
My function is for example:
function index($name)
{
echo $name;
}
But then the name is converted to something like %D7%A8%D7%95%D7%992 and of course it’s not the name which I except to get.
The encoding of the page is UTF-8.
urldecodethe string.