Possible solutions of your questions

  hosting
<< Previous       In a php

Question: Hello!When you navigate to Your server I do not want to work the function stripos with Russian letters. I`ll have to redo everything to function mb_strpos or is there a more humane way?
Answer:

Hello.

Provide a link where you can see the problem. Also specify the path to the file where this function is used.

Question: Quote пример:www.novedu.ru/test.php.Функция stripos does not understand uppercase Russian letter `P`
Answer:

With the installation locale in en_us.KOI-8R feature works: http://www.novedu.ru/test.php

setlocale(LC_ALL, \"ru_RU.KOI-8R\");

Question: Thank you very much!Though I don`t understand why, but after Your advice and began to work on the website.
Answer: Since the issue has been resolved, we are closing this ticket. In case, in Your opinion, an unsatisfactory answer, You can always create a new one or reopen this ticket with my answer.

<< Previous