include("connessione.php");
if ($userlog<>"OK"){
session_start();
session_destroy();
session_start();
header("Location:login.php");
exit();
}
$esito="";
if($passa=="1"){
$sql_ut = "UPDATE generale SET ";
if($lg=="1"){
$sql_ut.= " scheda2 = '$FCKeditor1' ";
}else{
$sql_ut.= " scheda3 = '$FCKeditor1' ";
}
$sql_ut.= " where id=1 ";
$result_ut=mysql_db_query($database,$sql_ut,$db);
$esito="Ok";
}
$query = "SELECT * FROM generale where id='1'";
$result = mysql_db_query($database, $query, $db);
$row=mysql_fetch_assoc($result);
include("FCKeditor/fckeditor.php");
?>
..::: Enco engineering consulting s.r.l. :::..
 |
Esci >>
Menu >>
|
|
|
if($esito<>""){
print " *** Modifiche salvate *** ";
}
?>
Gestione scheda società
|
|
|
Area Riservata
|
|
mysql_close(); ?>