<html> <? function affich( $tab) { echo "$tab[0] et $tab[1]"; } $MonTab[0]="Bonjour"; $MonTab[1]="Aurevoir"; affich($MonTab); ?> </html>