Each php

Fermé
gmartine Messages postés 3 Date d'inscription mardi 23 mars 2010 Statut Membre Dernière intervention 28 mars 2010 - 23 mars 2010 à 17:34
Bonjour,

voici mon code

while (list($var, $value) = each($HTTP_GET_VARS))
{
$tab_asso["$var"] = $value;
}

et voici l'insulte qu'il me répond^^

Warning: Variable passed to each() is not an array or object in C:\Users\Guillaume\Desktop\xampp\htdocs\adresse\ajout.php on line 16

avez vous une solution?
merci