Can anyone help me with a little problem I can’t solve. I am trying to update a bbcode tag in php_text
Exemple [i] => [i:rlj7bc53]
Exemple [u] => [u:rlj7bc53]
Exemple [b] => [/b:rlj7bc53]
And also
[quote="Christo"] => [quote="Christo":rlj7bc53]
for the moment i have used this request.
update phpbb_posts
set post_text = replace(post_text, '[/quote]' , '[/quote:rlj7bc53]')
Test it before you run the update:
The actual update:
Please note that his will update ALL text between [ and ] on that column by adding :rlj7bc53 to it.
If you want to replace ONLY specific tags on the column, you can do something like this: