Daily Archives: April 5, 2010

How To Store Phone Numbers in MySQL

Store phone numbers as strings, not numbers. Phone numbers are identifiers that happen to use digits. Phone numbers starting with zero are valid, but may be interpreted as octal by a programming language. Strip the phone number to only digits … Continue reading

1 Comment