I used
to add data in sql. i used multi line , in database also data is stored in multi line only.
Then i used
to display the data but the data is displaying in single line.
How do I make it appear in multiple lines like as in database?
Code:
<textarea name="question" class="input" width="250"></textarea>
Then i used
Code:
$question=$row['1']; echo "<tr><td colspan='5'>",$row[1],"</td></tr>
How do I make it appear in multiple lines like as in database?
Comment