Calculations / Formatting with MySql or PHP ?
Posted: Fri Sep 08, 2006 4:07 pm
When I first started programming, I kept hearing that when doing queries and needing to do calulcations and formatting the data, you should always let MySQL do the work instead of PHP. Is this true and why or why not?