PHP - Friend List [closed]

spliff

New Member
How would I create a Friend List e.g. User can add friends into their list. Here is how it goes:[*]Log's in\[code\]$qry="SELECT * FROM users WHERE username ='$login' AND password='$thepass'";\[/code\][*]Add Friends, Remove friendsHow would I do that in PHP?
 
Back
Top