|
Posted by <talthen.z-serwera.o2 on 11/27/74 11:25
"Colin McKinnon" <colin.deletethis@andthis.mms3.com>
> If you REALLY can't change the included file to use proper PHP syntax, you
> could try using eval() but I suspect you really just need to add <?= ?>
> tags around the PHP variable. Make sure you understand the security
> implications before using eval() on a production machine, - you're leaving
> your system wide open to PHP injection. Even if you just fix the tags,
> your
> going to be vulnerable to XSS attacks.
Ok, thanks. I already changed the file to a real php file, but I wanted to
know if there is a way to treat plain string as php code :)
Thanks.
Regards,
Talthen
Navigation:
[Reply to this message]
|