quote:
Originally posted by DragonX
quote:
Originally posted by chris4
Can't you use this?
code:
<iframe name="i1" src="$link.php" width="800" height="420" border="0" frameborder="0"></iframe>
Sorry if i've got the wrong idea.
It would work for HTML, but not in PHP. that's why u need either \" or just ' or else php won't parse it right and it will give ya errors
chris4 posted code that also had the border attribute set, not just the same that you had with unescaped quotes.