Titre | "; // Ensure class name matches with the CSS echo "Description | "; // Ensure class name matches with the CSS echo "Discipline | "; // Ensure class name matches with the CSS echo "Date | "; // Ensure class name matches with the CSS echo "Lieu | "; // Ensure class name matches with the CSS echo "
---|---|---|---|---|
" . htmlspecialchars($row['title']) . " | "; echo "" . htmlspecialchars($row['description']) . " | "; echo "" . htmlspecialchars($row['event_type']) . " | "; echo "" . htmlspecialchars($row['date']) . " | "; echo "" . htmlspecialchars($row['location']) . " | "; echo "