$query="SELECT id_iscritto, nome, cognome, email, data, orario_iscrizione FROM iscritti_newsletter";
if ($FILTRO_SELEZIONE_UTENTI != '')
$query.= " WHERE stato_iscritto= '{$FILTRO_SELEZIONE_UTENTI}'";
$re=mysql_query($query);
non mi viene in mente altro