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 5 years, 9 months ago by alifaz.
Viewing 1 replies (of 1 total)