MySQL SELECT Not getting last row
#5

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
I also commented that 15 first rows were shown that are row IDs 0 to 14 and started the iteration variable from 14 when it should be from 15. Change (from dialog response):
pawn Код:
for (new i = 14; i != rows; i++)
to:
pawn Код:
for (new i = 15; i != rows; i++)
I already fixed this yeah
And there will be more pages thought untill 100 members maximum, i shall do same stuff?

EDIT: Close/Next fixed also Thanks alot
Reply


Messages In This Thread
MySQL SELECT Not getting last row - by Shinja - 31.07.2016, 16:30
Re: MySQL SELECT Not getting last row - by Konstantinos - 31.07.2016, 17:17
Re: MySQL SELECT Not getting last row - by Shinja - 31.07.2016, 19:57
Re: MySQL SELECT Not getting last row - by Konstantinos - 31.07.2016, 20:12
Re: MySQL SELECT Not getting last row - by Shinja - 31.07.2016, 20:20
Re: MySQL SELECT Not getting last row - by Konstantinos - 31.07.2016, 20:51

Forum Jump:


Users browsing this thread: 2 Guest(s)