intval($SID)); $result = excuteQuery($q, $values); $r = $result['stmt']; if($r->rowCount()== 0) { header("location:secteurList.php"); } else { $o = $r->fetchObject(); } ?>