I'm currently working on a project which involves users connecting with each other. The users themselves don't choose who they connect with, they are automatically assigned to each other.
I have set up the user and admin profiles using PHP and mysql.
Could anyone help me with how to go about implementing this? I am not looking for someone to code this for me, I would just like some guidance on how I would do this as I am new to programming.
I have seen examples of how people add and delete each other as friends but this isn't what I am looking for.
I need an admin to be able to link a user from one list to a user from another. I then need them to appear on each others profiles as their connection.
I hope this makes sense. I can supply more information if needed.