php eval function in iframe
Posted
by stefan
on Stack Overflow
See other posts from Stack Overflow
or by stefan
Published on 2010-03-18T09:12:19Z
Indexed on
2010/03/18
9:21 UTC
Read the original article
Hit count: 262
i got an iframe in an echo:
<iframe width='100%' height='100'>$content</iframe>
$content = eval ( "\$bugs = \"" . gettemplate ('bugs') . "\";" );
but it doesnt work.
how can i use the eval function from php to show the page in an iframe?
thnx!
© Stack Overflow or respective owner