In mysql db, I have a blob of text/string with commas separating different items like: car, muscle XXXXX bike, motocycle, 1234 abcd xfhsdah boat
Is there a way to display this blob of text nicely into <li>car</li>, <li>muscle XXXXX bike</li>... considering the real list is much longer and every record of the db has this text of blob with different content.
Thanks for the input!



Reply With Quote
Bookmarks