I'm using php 4 with MySQL. I've got one table that I'm trying to display with php. The problem is that it doesn't show all the rows after 269 rows, it stops, while there are 302 rows. When I run the same SQL query in a telnet window, all the rows show up fine.
I've tried the same thing in perl, with the exact same results as php.
A SELECT COUNT(*) in php also returns 269 while in telnet this returns 302.
Any ideas what this might be?
I've tried the same thing in perl, with the exact same results as php.
A SELECT COUNT(*) in php also returns 269 while in telnet this returns 302.
Any ideas what this might be?