On Tuesday, December 23, 2003, at 12:34 PM, 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.

Sounds more like the mysql field is a varchar255, rather than maybe a mediumtext, and only the first 255 chars are getting inserted into the DB?


But I could be horribly wrong :)

Justin French

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



Reply via email to