[PHP-DB] Removal of HTML formating

2001-08-16 Thread Russ Michell
Use n12br() with the output from your DB to your webpage: $content = n12br($content); echo $content; HTH :-) Russ On Thu, 16 Aug 2001 09:02:44 -0500 John Roach <[EMAIL PROTECTED]> wrote: > > > -- Hello, > > I have a mysql db with a largetext field defined. When users enter > data, it dro

[PHP-DB] Removal of HTML formating

2001-08-16 Thread John Roach
-- Hello, I have a mysql db with a largetext field defined. When users enter data, it drops all of the blank lines, so paragraghs run together. Is there a way to display the output with out it being formated in html? It works fine if you insert for each blank line. It of course drops any inden