Page is a not externally linkable
xbl01234 - 5:58 am on Dec 20, 2006 (gmt 0)
><? ></TEXTAREA> Thanks Rover, i put the new line and the topic in a same line, then it does the work. like the following; echo $row['Topic'] . "\n";
>Couldn't you just use the new line \n?
><form>
><TEXTAREA cols="50" rows="10" wrap=off>
>while($row = mysql_fetch_array($result))
>echo $row['Topic'];
>echo "\n";
>?>
></form>