Posted by xkorakidis on 10/27/42 11:32
Thanks so much Jochem,
I found some things in phpclasses (good material, bad design) and I'll
try that.
Thanks!
Jochem Maas wrote:
> xkorakidis wrote:
>> Hi,
>> How can I present into pages the result of sql select? (e.g. pages of 10
>> records)
>
> by performing queries that only grab part of the data and passing along a
> variable in the relevant urls that allow you to see how far along
> in the list you are (i.e. what page).
>
> the term you want is 'pagination' and if you search the web for that and
> 'php'
> you will find enough examples to get confused by. ;-)
>
>
>>
Navigation:
[Reply to this message]
|