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

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -