k0r54
09-25-2008, 04:03 PM
I have my database field and it is an int with 11 digits and unasigned zero.
I want it to record mobile numbers but when in phpmyadmin I enter the number it changes it to a completly different number
If i run this query : -
UPDATE `web182-xx`.`user` SET `mobile` = '07969626821' WHERE `user`.`id` =4 LIMIT 1 ;
I then click browse and it shows as 04294967295
Thanks
Adam
I want it to record mobile numbers but when in phpmyadmin I enter the number it changes it to a completly different number
If i run this query : -
UPDATE `web182-xx`.`user` SET `mobile` = '07969626821' WHERE `user`.`id` =4 LIMIT 1 ;
I then click browse and it shows as 04294967295
Thanks
Adam