
Some handy PHP functions we use day to day
We do allot of eccommerce development and decided early on that the best way to avoid strange rounding errors from either PHP or MySQL is to store all prices as cents. These two functions help manipulate that data whether you’re … Continued