Bonsoir,


while($row=$res->fetch_array()) {
if($row){
header('Location: ../categorie/music/index.php');
}else{
header('location:../index.php');
}
}