0
I am with a registration system in one of the fields I insert an html code:
<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FLelegameplayy%2Fvideos%2F513067752776685%2F&show_text=0&width=560" width="560" height="315" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>
But in the database it looks like this:
<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FLelegameplayy%2Fvideos%2F513067752776685%2F&show_text=0&width=560" width="560" height="315" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true">
excluding all accentuation
How are you entering the data? Enter the code you are using to perform the Insert.
– Inkeliz
I am inserting an input text
– Mateus Torres Da Silva Crs