I'm fairly new to PHP and SQL. I have spent today programming a friend system (almost identical to Facebook's) but I am unsure of how I would have multiple friends in the same column. So lets say the user 'admin' has a friend called 'john' admin sends test a request and john accepts, they both go into each others friends column. But lets say another of admin friends sends him a request and he accepts it will simply overwrite 'john' with the new name, therefore only having one value in the column instead of john, another friend, etc. How would it be possible to not overwrite, but instead keep adding to the column.
I hope this makes sense and thanks in advance!