aight. here's the problem:
i wan't to get all querys from 2 tables,
SELECT * FROM table1, table2;
the thing that makes this difficult for me, is that the tables don't have a common key. so i can't "link" them
if i just put this query, and do a
mysql_fetch_array on it, it shows about 100 same entries. how can i get this baby to work?
thanks in advance,
case
p.s. inner join didn't work..
i wan't to get all querys from 2 tables,
SELECT * FROM table1, table2;
the thing that makes this difficult for me, is that the tables don't have a common key. so i can't "link" them
if i just put this query, and do a
mysql_fetch_array on it, it shows about 100 same entries. how can i get this baby to work?
thanks in advance,
case
p.s. inner join didn't work..