echo $titolopaginasezCorrente; ?>
echo $DescrizioneitasezCorrente; ?>
if (strtolower($nomefileCheck)=='contatti') { ?>Vuoi richiedere informazioni?
Compila il modulo, riceverai una risposta dal nostro staff.

// INCLUDE FISSI require('core/_CORE_config.php'); // imposto charset a utf-8 header('Content-Type: text/html; charset=utf-8' ); // creo la connessione al db $db = mysql_connect($db_host, $db_user, $db_password); if ($db == FALSE) { die ("Errore nella connessione. Verificare i parametri nel file config.inc.php"); } mysql_select_db($db_name, $db); $idSezioneCorrente = 27; $querySezCorrente = "select * from sezioni where lingua = 'ita' AND visibile = 1 AND idsezione = ".$idSezioneCorrente; //echo $queryCheckTL; $resultSezCorrente = mysql_query($querySezCorrente, $db); while ($rowSezCorrente = mysql_fetch_array($resultSezCorrente)) { $BKGsezCorrente = ''; $BKGsezCorrente = $rowSezCorrente['banner']; $DescrizioneitasezCorrente = $rowSezCorrente['Descrizioneita']; $nomemenusezCorrente = $rowSezCorrente['nomemenu']; $titolopaginasezCorrente = $rowSezCorrente['titolopagina']; $metadescriptionsezCorrente = $rowSezCorrente['metadescription']; $metakeywordsezCorrente = $rowSezCorrente['metakeyword']; $nomefileCheck = $rowSezCorrente['nomefile']; } function curPageURL() { $pageURL = 'http'; if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";} $pageURL .= "://"; if ($_SERVER["SERVER_PORT"] != "80") { $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"]; } else { $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; } return $pageURL; } ?>
echo $DescrizioneitasezCorrente; ?>
if (strtolower($nomefileCheck)=='contatti') { ?>