I don't speak French, but I'm guessing you mean HTML tags. Given this HTML submitted by the browser:
<div>some <b>text</b></div>
, what do you see in the database:
1. some text 2. <div>some <b>text</b></div> 3. div some b text b div
If none of the above, list your case. Also, when you say "in my database", do you mean that you access your database directly or through some web interface?
Re: How to keep the html balises
<div>some <b>text</b></div>
, what do you see in the database:
1. some text
2. <div>some <b>text</b></div>
3. div some b text b div
If none of the above, list your case. Also, when you say "in my database", do you mean that you access your database directly or through some web interface?