List:General Discussion« Previous MessageNext Message »
From:John Trammell Date:September 9 2005 3:25pm
Subject:RE: HTML in MySQL?
View as plain text  
Amen.  Translating user input into HTML is great until you need to read
the data *out*, and someone decides the output should be formatted as
RTF or PDF or text.  Best to store it as you got it, IMO.

> -----Original Message-----
> From: Alan Williamson [mailto:teamspike@stripped] 
> Sent: Friday, September 09, 2005 10:11 AM
> To: mysql@stripped
> Subject: RE: HTML in MySQL?
> 
> > If you use textarea field of a form, it produces "null" 
> characters (\n) in 
> the 
> > end of every string. I recommed to replace them with "<br>" 
> tags before 
> > writing into the database. It'll help to avoid output problems. Use 
> > preg_replace(); for it.
> 
> Be careful here Vladimir, the (\n) are not 'null' characters; 
> but newline
> characters.  And i would highly recommend *not* replacing 
> them with <br>
> tags as you write them into the database.  This is asking for 
> trouble on
> so many levels.
> 
> The database will cope with carriage returns and newlines 
> just like any
> other character, so will have no problems.
> 
> HTML is just string; treat it as such and don't give it anymore credit
> than that and you'll be fine.
> 
> -- 
>  Alan Williamson, Technology Evangelist
>  SpikeSource Inc.
>  Daily OS News @ http://compiledby.spikesource.com/
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    
> http://lists.mysql.com/mysql?unsub=1
> 
> 
Thread
HTML in MySQL?clint lenard9 Sep
  • Re: HTML in MySQL?Jasper Bryant-Greene9 Sep
    • Re: HTML in MySQL?clint lenard9 Sep
      • Re: HTML in MySQL?Jasper Bryant-Greene9 Sep
        • Re: HTML in MySQL?clint lenard9 Sep
  • Re: HTML in MySQL?douglass_davis12 Sep
    • Re: HTML in MySQL?clint lenard12 Sep
      • Re: HTML in MySQL?clint lenard12 Sep
        • Re: HTML in MySQL?clint lenard12 Sep
          • Re: HTML in MySQL?Hassan Schroeder12 Sep
RE: HTML in MySQL?SST - Adelaide)9 Sep
Re: HTML in MySQL?Unknown Sender9 Sep
Re: HTML in MySQL?Unknown Sender9 Sep
RE: HTML in MySQL?Alan Williamson9 Sep
  • Re: HTML in MySQL?Unknown Sender9 Sep
    • Re: HTML in MySQL?gerald_clark9 Sep
    • Re: HTML in MySQL?Filipe Tomita9 Sep
  • Re: HTML in MySQL?Unknown Sender9 Sep
RE: HTML in MySQL?John Trammell9 Sep
Re: HTML in MySQL?Unknown Sender11 Sep
  • Re: HTML in MySQL?Roger Baklund11 Sep
Re: HTML in MySQL?Unknown Sender11 Sep
RE: HTML in MySQL?John Trammell11 Sep
  • Re: HTML in MySQL?Jasper Bryant-Greene12 Sep
    • Re: HTML in MySQL?Jasper Bryant-Greene12 Sep
      • Re: HTML in MySQL?clint lenard12 Sep