SO i WAS TESTING my code..and it doesnt seem to work...here it is
<?php
require_once('../includes/config.php');
if ($_Session['roleID']=1) {
echo "admin";
}
elseif ($_Session['roleID']=2) {
echo "faculty";
}
?>