Good day to all
$zaproz = mysql_query("SELECT * FROM table WHERE id='$id'",$db); $massiv = mysql_fetch_array($zaproz); echo $massiv[1];
When echo, the text (textarea) is displayed without indents (hyphenation to another line), but phpmyadmin itself has indents. How exactly to write text output in textarea with indents?