j'essaye d'aficher le type d'une instance dont on connait la date mais j'ai uen erreur:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/html/synthese/rediger.php on line 67
que je ne comprend pas.
voici mon code:
Code : Tout sélectionner
$nature="SELECT DISTINCT instance.type FROM instance where instance.jour==$list['jour'] and instance.mois==$list['mois'] and instance.annee==$list['annee']";
echo "Nature : $nature ";