ciao a tutti,

perchè ricevo errore??

codice:
if ($colore == "SEG") { 
$pdf->SetFillColor(10,78,149); // colore fondo
} 
else { 
($colore == "SIN")
$pdf->SetFillColor(0,90,173); // colore fondo
} 
else { 
($colore == "TIM")
$pdf->SetFillColor(180,34,107); // colore fondo
} 
else { 
($colore == "TAR")
$pdf->SetFillColor(236,146,36); // colore fondo
};
Grazie