input and display bulleted list through php-mysql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mycoupons
    New Member
    • Mar 2010
    • 3

    input and display bulleted list through php-mysql

    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:
    • 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
Working...