here is what i am doing right now
SELECT DISTINCT surl FROM table WHERE text like '%something%'
then i do
SELECT text,url FROM table WHERE 1 AND `surl`= '$surl' AND text like '%something%' LIMIT 5
i was wondering if its possible to join those 2 together
|