Dedix
July 13th, 2001, 16:46
well, i have a script that makes a list of my datas in a table and it works fine, but if i will have a lot of entry what i want to be listed, then i want to offset the pages (eg. 50 entries per page)
i've done that yet, and works, just has a little bug, but i don't have any idea what it would be :)
exactly, if there are 50 entries in mysql database, and i set the limit to 10 per page, then the script is showing only 9 per page...or if i set the limit to 50 per page, then only 49 entries...
it says that 1-50 entries showing, just there are 49 on the list...
does anybody has any idea what may be the problem with it?
thanks in advance
i've done that yet, and works, just has a little bug, but i don't have any idea what it would be :)
exactly, if there are 50 entries in mysql database, and i set the limit to 10 per page, then the script is showing only 9 per page...or if i set the limit to 50 per page, then only 49 entries...
it says that 1-50 entries showing, just there are 49 on the list...
does anybody has any idea what may be the problem with it?
thanks in advance