hello,
i want to do this:
1 2 3 4 5 6 7 8 9 10[next] .
i did something but i have a problem.
when i want to go from result 10 to result 20 for example,
i say for k=10; k<20; k++
mysql_fetch_row
but mysql doesnot start from the 10nth result but it starts from the beginning again.
do you know the answer to this problem or an other way to do it?
thanks!