Here is a photo clip, I think it\'s pretty clear. This is driving me crazy. I can\'t seem to get php to print a newline either on my localhost(using xampp) or on an online P
if you want to use HTML tag inside php, try this:
echo "dkljaks aalksja klajklsa"; echo "abc jjka kajkajs";
and see here for br tag and if you don't want to use HTML tag. try this: nl2br() php function for line break.