Lien vers ce message 05 Juin 2005, 8:32
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 &amp;&amp;