session_start();
include_once 'header.php';
//include_once('login.php');
//include("activate.php");
//include_once('connect.php');
include_once 'functions.php';
//include_once('action.php');
//include_once('activate.php');
//include_once('add.php');
//include_once('add_comment.php');
//include_once('add_contact_us.php');
//include_once('lock.php');
$userid = $_SESSION['userid'];
$allcount = all_count();
$followercount = follower_count($userid);
$followingcount = following_count($userid);
?>

<!DOCTYPE html>
<html>
<head>
<title>groupCHAT</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="container">

<div class="top_buttons" align="center">
<a href="02_welcome.php"><input type="submit" value="  Back  "></a><a href="02_welcome.php"><input type="submit" value=" Home "></a><a href="10_logout.php"><input type="submit" value="Logout"></a><br>
Exemplo n.º 2
0
                                  <div class="watchers-right-panel">
                                     <?php 
        echo products_by_watchers($users_following_val['id']);
        ?>
                                    
                                    
                                  </div>
                                  
                                 </div> 
                              
                              <div class="watchers-icons">
                                 <ul>
                                   
                                   <li><a href="javascript:;"><i class="fa fa-plus"></i></a></li>
                                   <li><b><?php 
        echo follower_count($users_following_val['id']);
        ?>
</b> Followers</li>
                                   <li><a href="javascript:;"><i class="fa fa-star-o"></i></a></li>
                                   <li><b><?php 
        echo upvote_count($users_following_val['id']);
        ?>
</b> Upvoted</li>
                                 </ul>
                                
                                </div>
                                
                            </div>
                              
                            </div>  
                           </div>