$sn=mysql_query("SELECT id FROM tabella");
while(list($id)=mysql_fetch_array($sn)){ $sond_v=$sond_v."-".$id; }
echo "";