[PHP3] The rest of the query result is gone From: Mauricio Herrera (maherr <email protected>)
Date: 08/31/99

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>