Dave G wrote:

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?



Totally wrong ! It's always better to have maximum work done by MySQL


Hope this helps,

--
Cordialement,
---------------------------
Sophie Mattoug
Développement web dynamique
[EMAIL PROTECTED]
---------------------------

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



Reply via email to