I’m trying to have that code working but I still scratch my head…
$nomListe = array();
...
echo $nomListe[$cptList]
Thanks for helping me
EDIT:
print_r($nomListe);
echo $cptList;
echo $nomListe[$cptList];
gave me :
Array ( [0] => webdesign [1] => php [2] => asp [3] => ergonomie [4] => framework [5] => webdesign [6] => autre )
7
OK allright, I’m using the index 7 on an array that only have index until 6… Hum… i’m so … tired?? sorry
To print arrays use
print_r()