Jak zamienic br na nowa linie? tak zeby w textarea byly nowe linie a nie "<br />" Oto kod:
<?php
include(\"gora1.php\");
$oo=file(\"data.txt\"); $id=$_GET['id'];
$lina=explode(\"|\", $oo[$id]); <TABLE border=\"0\" WIDTH=\"465\" height=\"30\" ALIGN=\"center\" VALIGN=\"top\" CELLSPACING=\"0\" CELLPADDING=\"1\">
<TD background=\"tytul.gif\" WIDTH=\"465\" height=\"30\" ALIGN=\"center\" VALIGN=\"top\">
<div align=\"left\"> <font color=\"white\"><b> Edytuj !</td></tr>
<TABLE BORDER=\"0\" WIDTH=\"465\" ALIGN=\"center\" CELLSPACING=\"0\" CELLPADDING=\"1\">
<TD bgcolor=\"black\" WIDTH=\"465\" ALIGN=\"center\" VALIGN=\"top\">
<div align=\"center\"><font color=\"#FFFFFF\">
<p style=\"margin: 10px\">
<form method=\"POST\" action=\"case.php?arty=edytuj&id=$id&user=$user&pass=$pass\">
<strong>Temat</strong>:<br>
<input type=\"text\" name=\"costam1\" style=\"width: 300px;\" value=\"$lina[0]\"><br>
<strong>Tresc</strong>:<br>
<textarea type=\"text\" name=\"costam2\" style=\"height: 250px; width: 300px\">$lina[2]</textarea><br>
<strong>Dodał</strong>:<br>
<input type=\"text\" name=\"costam3\" style=\"width: 300px;\" value=\"$lina[3]\"><br>
<strong>Data</strong>:<br>
<input type=\"text\" name=\"costam4\" style=\"width: 300px;\" value=\"$lina[1]\"><br>
<strong>e-mail</strong>:<br>
<input type=\"text\" name=\"costam5\" style=\"width: 300px;\" value=\"$lina[4]\"><br>
<input type=\"submit\" value=\" Zmień \"><br>
</form>
</p>
</div></b></font>
</td></tr>
<TABLE BORDER=\"0\" height=\"30\" WIDTH=\"465\" ALIGN=\"center\" CELLSPACING=\"0\" CELLPADDING=\"1\">
<TD background=\"tytul.gif\" WIDTH=\"465\" height=\"30\" ALIGN=\"center\" VALIGN=\"top\">
<font size=\"3\" color=\"white\"><div align=\"right\"></b>
</td></tr>
</table></table></table>
<br />
\";
?>