>My first thought was to load the output from the tables into an array and
they use a foreach and 
>in_array to create a list of dups, but I wanted to see if there was an
easier way.
--

If you're not using MySQL >4, then yeah, that's probably the best way. 

Just realize that this isn't going to be the fastest script in the world. If
it's a one-off or very infrequently run script, then that's not a big deal.


-M

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to