PK

ADDRLIN : /home/anibklip/ulpc.in/bk2018-19/
FLL :
Current File : //home/anibklip/ulpc.in/bk2018-19/members_area.php

<?php
session_start();
require_once 'common/common.php';
require_once 'common/secure.php';
include "connexion.php";
include "head.php";
//print_r($_SESSION);
?>
<div id="content">
<div class="error-notice">
    <h3>Welcome to Members Area...</h3>
    <p>Choose one of the options from the <!-- below or --> top navigation bar, also type in the data carefully and correctly.</p>
    <!-- <ul class="spaced">
      <li> for a new Certificate Form, <a href="certificate.php">click here</a> and 
        enter a valid data.</li>
    </ul> -->
    <p>&nbsp;</p>

    <p><?php include "graph_1.php";?></p>

  </div>
</div>
<hr class="hide" />

<?php
	include"foot.php";
?>


PK 99