Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter alifaz

    (@alifaz)

    Tnx a lot Mikko
    Sorry to bother you but please could you help me this questions too?

    Is str_replace( replaces all ي in my database to ى so all word with ي will convert to words with ى or it just affect on search? I dont want any change to my database

    and
    if i add this lines
    $a = str_replace( ‘ى’, ‘ي’, $a );
    $a = str_replace( ‘ي’, ‘ى’, $a );
    it works in a mutual way? namely if someone seach ي find ى and if search ى find ي?

    and
    Is str_replace works with three side? for example ‘ئ’, ‘ي’,’ي’

    • This reply was modified 7 years, 4 months ago by alifaz.
Viewing 1 replies (of 1 total)