Cand we apply php constructs, and logic inside php string variable.... like
// php string variable:
$content = "Something in string........bla bla bala.......".
while(.....){}
."agian string...";
echo $content;
// i am getting error => unexpected T_WHILE in my php....