Re: [PHP3] The rest of the query result is gone From: Richard Lynch (rlynch <email protected>)
Date: 08/31/99

Is it possible that you are hitting a row of all NULLs in the database?

I seem to recall that you had to code specialty code around that...

But maybe that's just my misinterpretation of a thread I didn't understand
in the first place...

At 08:03 PM 8/31/99, you wrote:
>Hi all
>
>I have a strange problem with the results that MySQL returns after a query.
>I am making a SELECT query to a database and the result is about 30 rows,
>but the page is only displaying 16 results. Nothing more, no errors and no
>warnings, the rest of the page after the query displays normally. If I make
>instead a query of 300 results I get only 6 results displayed. What could
>be the problem? I'm not using the LIMIT flag.
>
>The result aren't too big (500 rows in a single query for example) and I
>don't think that the server is running out of memory or resources. Is there
>a kind of pre-set limit in MySQL or PHP that could be preventing the rest
>of the results to appear?
>
>Im running PHP3 on a Linux Red Hat 6.0 box (patched) and Apache 1.3.6
>
>Thanks a lot for any help
>
>Mauricio
>
>--
>PHP 3 Mailing List <http://www.php.net/>
>To unsubscribe, send an empty message to php3-unsubscribe <email protected>
>To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
>To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
>To contact the list administrators, e-mail: php-list-admin <email protected>
>

-- 
"TANSTAAFL"  Websites I have built:
CHaTMusic.com      EmphasisEntertainment.com     L-I-E.com
JadeMaze.com       CatCatalani.com               MGMH.com
AstraKelly.com     OlivierLedoux.com

-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>