1
Good night! I am trying to put a youtube video based on a url saved in an sql database, the problem is that the way I thought of putting, works only with some static url, in the following way:
<iframe width="560" height="315" src="https://www.youtube.com/embed/o_l4Ab5FRwM" frameborder="0" allowfullscreen></iframe>
I’m trying to put a variable value for src, I thought of a label and then assign it to . Text, but it doesn’t work because Iframe stops when I insert the label in the middle of it ... does anyone have any idea what I can do?
Thank you :D