Hello I looked around a bit for a solution but couldn't find someone with the exact problem as me. Basically I have a php variable that is a url. I want to add a new iframe with that url.
This is what I have, but because HTML is using the double quotes after src the php variable is ignored.
<iframe width="420" height="345"src= "<?php $output ?>"> </iframe>
Thank you guys
echo), but just saying that HTML can also use single quotes.