am asa :
Cod: Selectaţi tot
<textarea name="editsts<?php echo "$list[sid]";?>" id="editsts<?php echo "$list[sid]";?>" maxlength="300" style="width:610px;height:50px;" value=""><?php echo "$list[status]";?></textarea>
Cod: Selectaţi tot
$status = $_POST['status'];
$sts = str_replace('
','<br>',$status);
De exemplu daca vreau sa fac update la textul urmator:
Cod: Selectaţi tot
"Test editare
pe 2
sau 3 randuri"
Cod: Selectaţi tot
"Test editare<br>
pe 2 <br>
sau 3 randuri"
Daca in textarea scriu textu si mai pun si br ar fi ok
Care e problema ca nu inteleg.
la update folosesc $sts , nu $status .