in reply to hmm MySQL not printing write

In your database, is the data type for that column "number"? Cos if it is that will get rid of any leading zero's. Maybe you could change it to "text". (I don't know much about MySQL though - I know WHY it is, I just don't know the syntax, so don't shoot me :( ).

Replies are listed 'Best First'.
Re: Re: hmm MySQL not printing write
by Anonymous Monk on Jul 19, 2002 at 14:52 UTC
    I have it on int(5)