I'm just wondering on how I'd be able to use PHP coding in PHP variables? So for example. I want something like
$Start = " IF($lala == "0"){ echo '";
$End = " '; }";
and to be able to use it as
echo ''.$start.' hello '.End.'';
It may sound weird, but I'd like it to be done in a similar way to this.
Thank you