Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $str = '<iframe width="560" height="315" src="//www.youtube.com/embed/abcdef" frameborder="0" allowfullscreen></iframe>';
- return $str;
- // '<iframe width=”560″ height=”315″ src=”//www.youtube.com/embed/abcdef” frameborder=”0″ allowfullscreen></iframe>'
- $str = htmlentities ($content, ENT_QUOTES);
- // '<iframe width=”560″ height=”315″ src=”//www.youtube.com/embed/abcdef” frameborder=”0″ allowfullscreen></iframe>'
- $str = html_entity_decode( $str );
- // '<iframe width=”560″ height=”315″ src=”//www.youtube.com/embed/abcdef” frameborder=”0″ allowfullscreen></iframe>'
Advertisement
Add Comment
Please, Sign In to add comment