On Mon, 2003-12-22 at 20:34, Dale Hersh wrote:
> For some reason when I echo data from my database, I can't display anything
> longer than 255 chars. As far as I can see, tt has nothing to do with my
> database. Is there something in the php.ini that limits how many chars you
> can write to the screen per variable.

Your database field is probably varchar instead of text.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

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

Reply via email to