What is fastes - mysql or php?
If I want to display eg. two fields from a database... like first and last name... is it faster to use CONCAT in mysql to "join" the output or just make php echo "$field1 $field2"?
It is just not only the CONCAT function I wounder about... it more in generall... is it faster to use php or mysql where both can do the same function?