14.11.2013, 00:53
Quote:
I'm not sure if that's going to work but, in case you're having mySQL as your database, you could choose the long variable, so you can enter a higher number value then the maximum integer value.
(long is double than int) Int max value = (2,147,483,647:-2,147,483,64 Long max value = (9,223,372,036,854,775,807:-9,223,372,036,854,775,80 Although you shouldn't pass the max. int value for your phone system in my opinion. |
Quote:
Why not just make it 9 digits, there is no need for 10 |