session_start();
include "./../info.php";
require $path."/cgi/friend.php";
$fname=$_SESSION['firstname'];
$lname=$_SESSION['lastname'];
$user_id=$_SESSION['user5237Id'];
//$div = $_GET['div'];
//if(strlen($div)==0)
// $div = "friends";
//$numFriends = getNumFriends($user_id);
//$numBestFriends = getNumBestFriends($user_id);
//$numFamily = getNumFamily($user_id);
$array = getFriendshipRequest($user_id);
$ftable = $array['friend'];
//echo $btable;
$btable = $array['bfriend'];
$family = $array['family'];
$friends= "";//getUserFriends($user_id, $numFriends, 0, 10);
$image=getUserImage($user_id);
?>
Friends
include "$include_path/top.include";
?>
|
include "$include_path/left_menu.include";
?>
|
- |
|
. |
include "$include_path/right.include";
?>
|
|
|
include "$include_path/bottom.include";
?>
|
|
|
| Message |
|
|
Sending email to :
|
|
|