Forum Moderators: coopster
"SELECT table1.x FROM table1 WHERE table1.x NOT IN (SELECT table2.x FROM table2)"
I'm not completely sure if that's the correct syntax, and some databases don't support subqueries ...
If you wanted to do this after the queries are run, using arrays, you could use
array_merge [us3.php.net] and array_unique [us3.php.net]
-sned