I have a table in my database and it contains a column with the following data:
link.com/1, link.com/2, link.com/3, link.com/4
What I would like to know is if I have the query in PHP and return the value of the column where each value comes only to ,
on one line and the other on another line like this:
link.com/1
link.com/2
link.com/3
link.com/4
Is there any way I can do it?