ghm...
With joins?! I don't know how

ok maybe in MySQL there are posible to merge two Query
for example
SELECT text as t1 FROM Table1, Table2 where id = s1
and
SELECT text as t2 FROM Table1, Table2 where id = s2
and get one result with two colums T1 and T2
?????
Thanks