Quote:
Originally Posted by werushka Need help I have done your method
Mine does not work I have done it exactly as you told
i would really appreciate help
my files are attached if you have time please can you look at it... |
Yes I think I have discovered your problem although i do not fully understand why the behavior is so strange. You can thank to user
Ditto who provided some donation for solving this problem (on his own site).
The problem is that in search.php file cannot be special characters directly,but as
html entity. For example
PHP Code:
$replace_what = array("æ","ø","é","å");
You can find more html entities on: HTML 4.0 Latin-1 Entities