Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

cronRecapCommandes-html.php 348B

12345678910111213141516
  1. <?php
  2. if(count($commandes)):
  3. ?>
  4. <p>Bonjour,</p>
  5. <p>Voici en pièce jointe le récapitulatif des <?= count($commandes) ?> commandes du <?= date('d/m',strtotime($date)) ?>.</p>
  6. <p>À bientôt.</p>
  7. <?php else: ?>
  8. <p>Bonjour,</p>
  9. <p>Vous n'avez aucune commande pour le <?= date('d/m',strtotime($date)) ?>.</p>
  10. <p>À bientôt.</p>
  11. <?php endif; ?>