//echo 'type=' . $_SESSION['type_user'];
//echo 'logged? ' . $_SESSION['login_status'];
$isAdmin=0;
if ($_SESSION['login_status']=='logged' && $_SESSION['type_user']=='admin'){
$isAdmin=1;
//echo $isAdmin;
}
//echo "normal " . $isAdmin;
?>
EDILFERRI S.p.A. - Costruzioni edili
header('Content-type: text/html;charset=utf-8');
include("util.php");
require_once 'include/database.php';
?>
$res = select("SELECT * FROM pagine WHERE Nome = 'profilo' LIMIT 1");
include("headerstat.php");
?>
|
IMPRESA
PROFILO
|
|
|
|
echo html_entity_decode($res[0]['Testo']);
?>
|
|
|
|