not all records retrieved

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bigMoosey
Forum Newbie
Posts: 1
Joined: Sun Sep 10, 2006 10:53 pm

not all records retrieved

Post by bigMoosey »

I have just moved a web app from a windows server to a linux server and i now find that on one particular page, i only get around 130 records returned, previously it would return as many as were available.

the script doesnt time out, it completes in a second or two.

Im running php v4.3.9
on linux version 2.85

any help appreciated

Thanks
User avatar
wtf
Forum Contributor
Posts: 331
Joined: Thu Nov 03, 2005 5:27 pm

Post by wtf »

Has your database transfered completely? AFAIK server platform should not have anything to do with your queries.
Post Reply