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