In a database (MySQL) I have a column dedicated to electronic addresses (links).
My problem is: many times the same line can have several links. I would like to include the links in the database in the same cell (Links), and in the view, make a href
or something of the type, so that each link is clickable for the user, and no glue appears in the other (example: www.google.com.brwww.youtube.comwww.facebook.com
).
Any ideas on how to proceed?