I think that there is a problem using the mb_eregi_replac e function.
I've noticed that it doesn't work well when it must replace "À bon
chat" for "<b>À bon chat</b>" using the next call:
mb_eregi_replac e("à bon chat","<b>\\0</b>",$mystring) ;
Have anybody noticed that? How could I solve it?
Thanks in advance!
I've noticed that it doesn't work well when it must replace "À bon
chat" for "<b>À bon chat</b>" using the next call:
mb_eregi_replac e("à bon chat","<b>\\0</b>",$mystring) ;
Have anybody noticed that? How could I solve it?
Thanks in advance!
Comment