prepare($sql); $sth->execute([$subnet_id]); $smarty->assign("subnet", $sth->fetch(PDO::FETCH_OBJ)); $smarty->display("subnetvlanedit.tpl"); include("footer.php"); ?>