Salve ragazzi,
allora il mio problema sta nel bloccare la scrittura alla decima!
Ecco il mio codice :

Codice PHP:
    if ($xii1 )
$con .= "<td><center><img src=\"modules/Interessi/images/auto_sm.gif\" alt=\"Automobilismo\" width=\"19\" height=\"19\"></td>"; }
    if (
$xii2 )
$con .= "<td><center><img src=\"modules/Interessi/images/business.gif\" alt=\"Business\" width=\"19\" height=\"19\"></td>"; }
    if (
$xii3 )
$con .= "<td><center><img src=\"modules/Interessi/images/computers_internet.gif\" alt=\"Computer e Internet\" width=\"19\" height=\"19\"></td>"; }
   if (
$xii4 )
$con .= "<td><center><img src=\"modules/Interessi/images/entertainment2.gif\" alt=\"Intrattenimento\" width=\"19\" height=\"19\"></td>"; }
   if (
$ii5 )
$con .= "<td><center><img src=\"modules/Interessi/images/games.gif\" alt=\"Giochi\" width=\"19\" height=\"19\"></td>"; }
   if (
$xii6 )
$con .= "<td><center><img src=\"modules/Interessi/images/health_wellness.gif\" alt=\"Salute e benessere\" width=\"19\" height=\"19\"></td>"; }
   if (
$xii7 )
$con .= "<td><center><img src=\"modules/Interessi/images/home_fam.gif\" alt=\"Casa e famiglia\" width=\"19\" height=\"19\"></td>"; }
   if (
$xii8 )
$con .= "<td><center><img src=\"modules/Interessi/images/lifestyles.gif\" alt=\"Hobby e tempo libero\" width=\"19\" height=\"19\"></td>"; }
   if (
$xii9 )
$con .= "<td><center><img src=\"modules/Interessi/images/money.gif\" alt=\"Soldi e investimenti\" width=\"19\" height=\"19\"></td>"; }
   if (
$xii10 )
$con .= "<td><center><img src=\"modules/Interessi/images/news_politics.gif\" alt=\"Notizie e politica\" width=\"19\" height=\"19\"></td>"; }
   if (
$xii11 )
$con .= "<td><center><img src=\"modules/Interessi/images/organizations.gif\" alt=\"Organizzazioni\" width=\"19\" height=\"19\"></td>"; }
   if (
$xii12 )
$con .= "<td><center><img src=\"modules/Interessi/images/people.gif\" alt=\"Persone\" width=\"19\" height=\"19\"></td>"; }
   if (
$xii13 )
$con .= "<td><center><img src=\"modules/Interessi/images/places_travel.gif\" alt=\"Località e viaggi\" width=\"19\" height=\"19\"></td>"; }
   if (
$xii14 )
$con .= "<td><center><img src=\"modules/Interessi/images/religion_beliefs.gif\" alt=\"Religione e spiritualità\" width=\"19\" height=\"19\"></td>"; }
   if (
$xii15 )
$con .= "<td><center><img src=\"modules/Interessi/images/education.gif\" alt=\"Scuola e istruzione\" width=\"19\" height=\"19\"></td>"; }
   if (
$ii16 )
$con .= "<td><center><img src=\"modules/Interessi/images/science_history.gif\" alt=\"Scienza e storia\" width=\"19\" height=\"19\"></td>"; }
   if (
$xii17 )
$con .= "<td><center><img src=\"modules/Interessi/images/sports.gif\" alt=\"Sport e attività ricreative\" width=\"19\" height=\"19\"></td>"; } 
Allora queste variabili $con dovrebbero essere scritte, ma alla decima non dovrebbe essere scritto + niente

Come posso fare??
Risp Grazie