Il y a des conventions pour les indices des cookie.
Le navigateur convertit ces indices.
Vous pouvez serialisier et deresialisier les indices:
http://fr.php.net/serialize
http://fr.php.net/unserialize
Inno
[...]
$requete = "select DISTINCT table1.id,table1.Nom,table1.type,table2.valeur from table1,table2 where table1.id=table2.id and table1.id='125'";
[...]
Inno