bonjour,

j'aimerais savoir si cette syntaxe est correct

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
if (isset($_FILES['photo']) && !empty($_FILES['photo'])) {
 
            if ($_FILES['photo']['error'] > 0) {
 
			$erreur_img = true	
		}
 
}
merci