Is there any practical difference between using VARCHAR and INT rows in mySQL?
For example, if VARCHAR rows have only numbers are they interpreted by PHP in the exact same way as INT when using arithmetic operators?
Also, stupid question #2: is it possible to use brackets to make more complex equations in php like for example, $i = (40 - 4) / 12 ?