- Code: Select all
<img src="image url here" alt="alt text here">
How can I convert them into bbcode?
like
- Code: Select all
[img]image code here[/img]
I know I need to run this command in my database
- Code: Select all
update table_name set table_field = replace(table_field,'search_for_this','replace_with_this');
and then reparse bbocde.
But can you suggest my what exactly I should write to replace. I'm really confused on this.

English |
French

