> How do I seperate them
> so I can display a fixed number per page and allow
> record navigation on my website?
Use LIMIT in your database query, keeping track of the offset with a
variable. A simple example here (I am sure there are many more out there):
http://www.it-development.de/scripts/de
hi list!
I have been working with mysql and php for sometime
now and I have this problem:
I query the server for records and I know the result
is more than a thousand records. How do I seperate them
so I can display a fixed number per page and allow
record navigation on my website?
I hope the