Hi,
echo "/n";
is not working for me somehow?
Use the PHP_EOL built-in constant.
echo PHP_EOL;
Thats weird.
Are you echoing this to a webpage?
In that case use html <br> instead.