Page is a not externally linkable
xbl01234 - 5:03 am on Dec 20, 2006 (gmt 0)
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>
Hello;
how to put diffentent sentence into differnt rows in TextArea? please.
<TEXTAREA cols="50" rows="10" wrap=off>
while($row = mysql_fetch_array($result))
echo $row['Topic'];
?>
</form>