Bonjour.
Le FSCode PHP a un petit bug avec certains opérateurs :
Passons à un exemple :
<?
$a = $b and $c;
$a = $a && $c;
?>
[php]<?
$a = $b and $c;
$a = $a && $c;
?>[/php]
Je parle bien entendu pour le MOD FSCode PHP de Bthivent ...
EDIT Chez vous tout marche bien alors je vous fais un screen :
http://www.fire-corporation.net/forum/fichiers/bug.jpg
En effet, le FSCode PHP remplace && par &&