prepare("INSERT INTO hob_obj(description, depart) VALUES (? , ?)"); $stm->execute([$desc, $depart]); header("Location: objdisp.php");