0
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 there is a way I can query in PHP and return the value of the column where each value only comes to ,
one line and the other line:
link.com/1
link.com/2
link.com/3
link.com/4
Is there any chance of doing it that way?