Welcome Guest, Not a member yet? Register   Sign In
pagination not work
#7

[eluser]Jeff Logan[/eluser]
I see what the problem might be...

You need to count the number of records found by your query (without the limit function):

SELECT `userid`, `username` FROM (`ms_user`) WHERE `username` LIKE '%teg%' ORDER BY `username`

I made the same mistake by counting all records.

Let me know if that helps.


Messages In This Thread
pagination not work - by El Forum - 06-30-2008, 11:20 PM
pagination not work - by El Forum - 07-01-2008, 12:22 AM
pagination not work - by El Forum - 07-01-2008, 12:29 AM
pagination not work - by El Forum - 07-04-2008, 02:28 AM
pagination not work - by El Forum - 07-04-2008, 03:06 AM
pagination not work - by El Forum - 07-04-2008, 04:01 AM
pagination not work - by El Forum - 07-04-2008, 04:02 AM
pagination not work - by El Forum - 07-04-2008, 05:23 AM
pagination not work - by El Forum - 07-04-2008, 11:43 AM
pagination not work - by El Forum - 08-23-2009, 12:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB