tags:

views:

41

answers:

0

Hey,

How would I create a Friend List e.g. User can add friends into their list. Here is how it goes:

  1. Log's in

    $qry="SELECT * FROM users WHERE username ='$login' AND password='$thepass'";
    
  2. Add Friends, Remove friends

How would I do that in PHP?