I have a description field(longtext) in mysql which I fill through a php form. For one of the entries, some data is in the forn of bulleted list. How do I input this whole data into mysql and display in the same format on my output screen?
Data I have looks like this:
The following are colors of rainbow:
I want to input this data in mysql and display it in the same way on a php screen
Data I have looks like this:
The following are colors of rainbow:
- Violet
- Indigo
- Blue
- Green
- Yellow
- Orange
- Red
I want to input this data in mysql and display it in the same way on a php screen