This topic is locked

Leading number 0 not being included

11/16/2008 9:49:26 PM
PHPRunner General questions
B
bochaka author

Hi

In my project, visitors are invited to input their cell phone numbers, all the cell phone numbers have a leading number 0, which is not being recorded or displayed in the database.

How do I get this sorted.

T
thesofa 11/17/2008

change the data type from a number to a Varchar

B
bochaka author 11/17/2008

change the data type from a number to a Varchar



Many thanks