> -----Original Message-----
> From: Paul Worthington [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, July 30, 2002 9:34 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] mysql_fetch_array limit? - more details
> 
> 
> What happens is I'm only getting the first 256 characters of 
> txtSWDesc1 displayed in my table. I am assuming the problem is in
> mysql_fetch_array(), that it must have some size limitation that
> truncates whatever data it has read to exactly 256 chars. 

I'm a little curious about this assumption, given that I know I've
successfully used mysql_query() and mysql_fetch_array() on pieces of
data much bigger than that.

Does
        echo strlen($myrow[txtSWDesc1]);
produce the output you'd expect?


---
Mark Roedel           | "There is only one truly satisfying way
Systems Programmer    |  to boot a computer."
LeTourneau University |
Longview, Texas  USA  |                         -- J.H.Goldfuss

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

Reply via email to