How to create Bold data in MySQL database text field?
问题 Is it possible to create bold text in a MySQL database text table field? We are putting our articles in our database and I want to create bold titles and subtitles. Is this possible? Thanks 回答1: Markdown I would advise you to use a markdown-style formatting (PHP/.NET), which would mean bold-text would be stored like this: **I am bold** Storing HTML If you can't use markdown on your project, you can store HTML as well - I would just be very careful about what tags you store. You wouldn't want