Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- how to put diffentent sentence into differnt rows in TextArea


xbl01234 - 5:03 am on Dec 20, 2006 (gmt 0)


Hello;
how to put diffentent sentence into differnt rows in TextArea? please.

For eaxmple, i will select all data about topic from database, and display them onto a TEXTAREA. But i want the different topics into different rows. How i can do that? Thanks.

<form>
<TEXTAREA cols="50" rows="10" wrap=off>

<?
while($row = mysql_fetch_array($result))
echo $row['Topic'];
?>

</TEXTAREA>
</form>


Thread source:: http://www.webmasterworld.com/php/3194169.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com