I have a PHP Script that fetches text from the database, and what I want to do is the following:
If the text from the database looks like this:
[url="something"]Some text[/url]
I want it to look like this:
[url=something]Some text[/url]
I hope you can help me. Thanks