View Single Post
  #2 (permalink)  
Old 03-30-04, 10:51 PM
blaw's Avatar
blaw blaw is offline
Junior Code Guru
 
Join Date: Dec 2003
Location: Vancouver, BC, Canada
Posts: 550
Thanks: 0
Thanked 0 Times in 0 Posts
Hi there,

The line break is represented as \n in text format and this will be saved as is in your database. You don't see it (well you do, in a form of line break), but try replacing this thing with <br /> when you output it as HTML. Use str_replace() for this job. It's fast.

HTH.
__________________
Blavv =|
Reply With Quote