At 15:00 -0800 2/26/02, Scott Broderick wrote:
>Hello group! I am a newbe to this listing.
>
>What I am attempting to do is pass a number like "0123456" to a field in the
>mysql database which is setup as int(11) but for some reason, the zero is
>not
>written into the database but instead all that
On Tuesday 26 February 2002 4:00 pm, Scott Broderick wrote:
> Hello group! I am a newbe to this listing.
>
> What I am attempting to do is pass a number like "0123456" to a field in
> the mysql database which is setup as int(11) but for some reason, the zero
> is not
> written into the database bu
Hello group! I am a newbe to this listing.
What I am attempting to do is pass a number like "0123456" to a field in the
mysql database which is setup as int(11) but for some reason, the zero is
not
written into the database but instead all that is written into that field is
"123456"
What am I doi