session_start();
include "./../info.php";
require $path."/cgi/comment.php";
$fname=$_GET['fname'];
$lname=$_GET['lname'];
$user_id=$_GET['id'];
$numComments = getNumComments($user_id);
//echo "numComments=".$numComments;
$location = getLocation($user_id);
$friends= "";//getUserFriends($user_id, $numFriends, 0, 10);
$image=getUserImage($user_id);
//echo $imageFileName;
//$image="/users/".$user_id."/profile/".$imageFileName;
// if(!file_exists($path.$image))
// $image="/image/user_pic.gif";
//include "$path/include/login_include_without_unread.php";
?>
Friends
include "$include_path/top.include";
?>
|
include "$include_path/left_menu.include";
?>
|
- |
|
. |
include "$include_path/right.include";
?>
|
|
|
include "$include_path/bottom.include";
?>
|
|
|