> Which is more resource attentive however (Random question, not necessarily
> pertaining to this)?
>
> Making MySQL do extra work or PHP do some extra work?

Generally it would be more efficient to have MySQL do it as part of its
SELECT.  But there could be cases where it would be more efficient to do
it in PHP.  Really depends on what you are doing.  Try benchmarking both.

-Rasmus


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to