my $design string gets from the database and here is what $design contain:
$design = " HTML Code..... <? echo $my_data.'lots of php code...?> Html code.... and more of PHP Code...";
here is the code i use to parse php and html, but how can i save the output in a string for the return statment?
code i use:
eval ("?> $design <?");
are you pro 🆒 ?
Please Help me in this one, because i really need to parse the code without echoing it.