Grazie.
Sel nel file page_switch.php metti il valore di case tra "" cambia qualcosa?
Codice PHP:<?php /////////VECCHIA HOME PAGE:'generale/home.htm'////
if ( !isset($_GET['pag']) ){ include('generale/home3.php'); }
else {
switch($_GET['pag'])
{
case "1":
include('prodotti/prodotto1.html');
break;
}
}
?>

Rispondi quotando