Split a comma delimited string into an array and display on html page – Jquery
basically I'm making a page where the information from mySQL database will be displayed. I have a column named topics in the database where the string (VARCHAR) goes like this: Marketing, Business, Law, Medicine, ... I'm trying to break up…