PHP-Code:
$result mysql_query("SELECT `uid`,`ap` FROM `tabelle` WHERE `uid` = 'test1' OR `uid` = 'test6' OR `uid` = 'test589'");

while(
$row=mysql_fetch_array ($result))
{
    echo 
$row['ap'].", ";
    echo 
$row['uid'];

 } 
so könnte ich mir das vorstellen