Originally posted by juru
I have one simple problem.
Could any body explain how exactly I should
organize multipul page result printing.
Say, I'm doing request and getting result from database
of about 100 rows. Please, write a script to organize those
100 rows by 10 per page.
Thanks.
$50 will do, unless someone else can do cheaper.
As for an explanation, try using LIMIT in your query and run it with new arguments for each new result page.