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 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?

In the latest phpmysqladmin, a "T" is formed in the upper right part
of the table which have data of type blob (when you choose to browse a
table) . Clicking on the "T" will show the text stored in blob.

Regards
Raj Shekhar

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

Reply via email to