Hi everyone
I have created an upload page which it working very well it uploads data to a database, but im having trouble with phone numbers
say I have 7788991100 as a phone number
when uploading the phone number from the csv I get the result of 778899110 (its taking off the last 0)
Does anyone know how i can stop this?
I know i could set the max length to 10 and have the column as zero autofill but that seems to me like a very dodgy way of uploading the phone numbers?
here is the layout of my table
Thanks in advance for any help given