Re: [PHP] mysql blob and phpmysqladmin

2004-05-15 Thread Raj Shekhar
On Thu, 13 May 2004 17:53:20 -0400, Jianping Zhu <[EMAIL PROTECTED]> wrote: > > I have mysql table call com. One colum of table com will store > user's comments. Because user-provided comment might be too big to fit in char(255), > i > use blob. but when i try to see it by use phpmysqladmin, i ca

[PHP] mysql blob and phpmysqladmin

2004-05-13 Thread Jianping Zhu
I have mysql table call com. One colum of table com will store user's comments. Because user-provided comment might be too big to fit in char(255), i use blob. but when i try to see it by use phpmysqladmin, i can only see something like [BLOB 345 byes] i can not read the text of the comment. Is th