"Jianping Zhu" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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 there a way to let see the user-provide comments from phpmysqladmin?
>
> Thank
>
> JP

Why don't you use column type "text"? This does not have the 255 character
limit.

Regards, Torsten

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to