The one variable passes a value that it's in greek.. When user clicks the link to open the page the greek text appears ok on the page. But when he wants to refresh the page and insteed of clicking on the reload browser button or hitting the "F5" key, chooses to just press enter on the address box then the greek text looses its encoding and appears with "?" on the page and in the url the greek text changed to "%CC%CF%C4%C1". Here is the url as it appears on the address bar.
mainCategories.php?category=%CC%CF%C4%C1&categoryId=FASHION
I have set
Code: Select all
header('Content-Type: text/html; charset=utf-8');in my php script and the file.php is in UTF8 mode..
any ideas how can i fix this??