Voici le bout de code :
Code : Tout sélectionner
<?php
foreach($_SESSION['vehicule'] as $val) {
foreach($val as $value) {
echo htmlentities($value).' ';
}
}
?>
Merci de l'aide.