if (isset($_POST["id"])) { $configPath = substr(__DIR__,0,strpos(__DIR__,"/public_html"))."/config.php"; include_once($configPath); if (isset($_SESSION["utente"]) && !empty($_SESSION["utente"]->oe)) { $id = $_POST["id"]; $prezzo = get_campi("b_prodotti_prezzi"); } } if (isset($prezzo)) { ?>