I have to make an russian version of a website, but I can\'t find out, how to insert russian characters into Database.
I an trying to process a file which contains russian symbols. When reading and after writing some text to the file I get something like:
I can\'t solve my problem with regexp. Ok, when i type: $string = preg_replace(\"#\\[name=([a-zA-Z0-9 .-]+)*]#\",\"$name_start $1 $name_end\",$string);