try replacing the char num.10, line break or [enter] key with <BR> when
doing the query
this helps keeping the original text format

SELECT replace(text,char(10),'<BR>') as text, FROM whatever

Ani Lopez
http://www.lamundial.net
visit our site, download and spread our music


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to