i need help with showing friends on profile in my profile.php so far i have
function friends($friends){
$sql select" from friends where addid='$profile[ID]' and accp='yes'";
$sql2 select" from friends where addedid='$profile[ID]' and accp='yes'";
$rows = 2;
$cols = 3;
$friends = 6;
}
echo "".friends()."";
can some 1 help me plz i dont realy no the function side that well