Hi
I need to output text with "enter signs"
like:
I typing into textarea text like:
$string="
Hello
There must
be correct way";
and
when I use echo $string
It returns me: Hello There must be correct way";
but I need to output
Hello
There must
be correct way