hi,

in php how to add a newline?

for example:

echo "Test1";
echo "Test2;

Result should be look like this:

Test1
Test2

but isnt working