L'article a bien été ajouté dans votre panier !
« Continuer mes achats Voir mon panier et commander »
cache=='oui') { // Capture du contenu $html=ob_get_contents(); ob_end_clean(); // Renvoi echo $html; flush(); // Création ou mise à jour du fichier de cache $fichier=@fopen($cache_fichier, 'w'); @fwrite($fichier, $html); @fclose($fichier); } ?>