Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
резултатът е:$d="a
b
c
d";
$d= str_replace("\n", ",", $d);
echo $d;
a b c d
При textarea мисля, че ще стане.Doris каза:резултатът е:$d="a
b
c
d";
$d= str_replace("\n", ",", $d);
echo $d;
a b c d