Codice PHP:
$selected = ($giorni1 == 03) ? " SELECTED" : "";
$variabili_opzioni .= "<option value=\"$giorni1\"{$selected}>$giorni1 ";
Codice PHP:
$selected = ($giorni1 == 03) ? " SELECTED" : "";
$variabili_opzioni .= "<option value=\"$giorni1\"{$selected}>$giorni1 ";