What kind of variable should I use to let a variable appear like:
1.000.000.000 (with all dots)
??
It doesn't work with smallint. I could make it work with varchar(10). Is that the only possibility?
check out function number_format() at http://www.php.net/manual/function.number-format.php
You can only store values, not their appearance.