hai ragione...
aggiustato...
Codice PHP:
$link=array($d1,$d2,$d3,$d4,$d5,$d6,$d7,$d8,$d9,$d10);

    
$q3"SELECT * FROM table WHERE nome IN ('".implode("', '"$link)."')  ORDER BY ordine ASC";
    
$r3 MYSQL_QUERY($q3);
    while (
$row3 mysql_fetch_array($r3)){
        print 
"[*]$row3['NOME CAMPO']";
    }; 
cambia NOME CAMPO con il campo che vuoi che venga stampato...