in cima allo script ho messo:

session_start();

poi $_SESSION['ID_CATEGORIA'] = $ID_CATEGORIA;


nella pagina successiva:

session_start();

e echo "ID: ".$_SESSION['ID_CATEGORIA']."
";


ma non compare niente :master: