I have a PHP code stored in the database, I need to execute it when retrieved.
But my code is a mix of HTML and PHP, mainly used in echo \"\";
A sample that look
I have a PHP code stored in the database
STOP now. Move the code out of the database. And never mix your code with data again.