> Is this method faster than just using IN and implode()?

Thanks to all who replied. I believe I have found what I'm looking for
in using the implode() command.

My assumption is that it was faster and more efficient to try and do as
much processing on the PHP side and make as few queries to the database
as possible. Is that a correct assumption, or am I wrong there?

-- 
Cheers!
Dave G
[EMAIL PROTECTED]

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

Reply via email to