html - MySQL - How can i remove specific part of a string? -
i have html embed codes inside database. want remove height , width values them. values not same can't use "replace" method. embed codes <iframe width="560" height="315" src="***" frameborder="0" allowfullscreen></iframe>
.
are there methods can replace 'width="{any value}"' "" (emptiness)
Comments
Post a Comment