Bsantos PHP wrote:

for ($i=0;$i<1;$i++) {

Your "for" loop appears not needed, it only gets executed once.

Problem is, when I try to execute the .PHP page with this stuff, it keeps
blinking until it tells me that the page could not be found.

NOTE: If I use in the query: "... LIMIT 1000", it show the 1000 lines with
no problem.

1000 lines on a web page is a lot, particularly 1000 items for someone to select from.
Does your application really need 3877 items for the user to select from (in one select list)? Depending upon your browser and OS, I feel you may be hitting memory problems. I found some limits similar to this under Win98 which were not there under NT.

HTH
Chris


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

Reply via email to