hi,
this is a follow up to my previous post.
this forum that we are in right now probably uses a database to store messages. the formatting of the messages also are stored. when i say formatting, it means the basic stuff like the example below:
This is a line.
This is a sentence written after pressing the "enter" key once.
This is is a sentence written after pressing the "enter" key twice.
--
how do i store the display information as above. on my site, when a user submits a html form (like the one here) it is sent to a mysql database. when the text is displayed on another page, all the carriage returns are lost! how do i fix this.
thanks!!