Search found 1 match
- Fri Nov 09, 2007 10:35 am
- Forum: PHP - Code
- Topic: pagination with a sorted array
- Replies: 1
- Views: 334
pagination with a sorted array
I am having a small problem with my pagination. I create a sorted array with about 5 elements and they are sorted by closest distance. It works fine until I add pagination. For some reason the first page works great until I go to the next one. The algorithm to find the distance is messed up meaning ...