Date: 07/30/02
- Next message: Kodrik: "Re: [PHP-DB] mysql_fetch_array limit? - more details"
- Previous message: Andrey Hristov: "Re: [PHP-DB] mysql_fetch_array limit? - more details"
- Maybe in reply to: Paul Worthington: "[PHP-DB] mysql_fetch_array limit? - more details"
- Next in thread: Paul Worthington: "Re: [PHP-DB] mysql_fetch_array limit? - more details"
- Reply: Paul Worthington: "Re: [PHP-DB] mysql_fetch_array limit? - more details"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> -----Original Message-----
> From: Paul Worthington [mailto:prw <email protected>]
> Sent: Tuesday, July 30, 2002 9:34 AM
> To: php-db <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
- Next message: Kodrik: "Re: [PHP-DB] mysql_fetch_array limit? - more details"
- Previous message: Andrey Hristov: "Re: [PHP-DB] mysql_fetch_array limit? - more details"
- Maybe in reply to: Paul Worthington: "[PHP-DB] mysql_fetch_array limit? - more details"
- Next in thread: Paul Worthington: "Re: [PHP-DB] mysql_fetch_array limit? - more details"
- Reply: Paul Worthington: "Re: [PHP-DB] mysql_fetch_array limit? - more details"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

