voici le bout de code qui bloque,
if ( $cuisinea == 0 ) { // <-c'est cette ligne qui est designée par le parse error !
$where=$where;
}
else {
if ($where='') {
$where=$where.'idtipococina='.$cuisinea;
}
else {
$where=$where.' and idtipococina='.$cuisinea;
}
}
help please