Displaying selected record with link for next set

admin

Administrator
Staff member
October 12, 2000
I building a web database with MySQL and PHP4. I know that you can use "Limit" in the "Select" function to limit the number of records displayed. However, what I really what to do is to initially lists only a small portion of the search result and provide a link (at the bottom of the webpage) to the next set of matching entries. Can anyone help me with a sample source code for something like this?
 
Back
Top