Lionel
15 Feb 2007, 17:03
I have a field in database set as INT (7) unsigned zerofill
The value in there is "0096071".
When I browse to ?mid=0096071&do=insert
and in the php do
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
$myid drops the zeros in front and becomes 96071
How can I make it read the zeros also?
The value in there is "0096071".
When I browse to ?mid=0096071&do=insert
and in the php do
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
$myid drops the zeros in front and becomes 96071
How can I make it read the zeros also?