I\'ve got PHP and HTML code stored in a database table. When I get this data, I need to echo the HTML and process the PHP. I thought I could use eval() for this
eval()
I would guess that you're trying to eval() something that contains an opening tag. And that leads to the error at hand.
tag. And that leads to the error at hand.