Hi Everyone,
I was developing a browser based software and one of the features of
that software is that it will search some products with some matching
criteria and the result will be displayed the product names as a
links. Sometimes I got few thousands of product names and I want to
show 30 items at a time using html. I was using MySql as database and
PHP for programming.
Could anybody tell me how it is possible to show the result with 30
items each time having "first-prev-next-last" links? Where to store
the result? How can handle multiple user access?
Thanks
AR
I was developing a browser based software and one of the features of
that software is that it will search some products with some matching
criteria and the result will be displayed the product names as a
links. Sometimes I got few thousands of product names and I want to
show 30 items at a time using html. I was using MySql as database and
PHP for programming.
Could anybody tell me how it is possible to show the result with 30
items each time having "first-prev-next-last" links? Where to store
the result? How can handle multiple user access?
Thanks
AR
Comment