Okay,
I know if you put "LIMIT" in the mysql_query() function, it limits the amount of results. Lets say my database contains 10 records, and I want to show two at a time, then it woule by mysql_query("...LIMIT 2..."), right? What about if I wanted a link that would say "More Results", that would show the next two results, and then the next two, and also a link to show the last two, and so on.. you get me? Sort of like: MORE RESULTS and PREVIEWS RESULTS... How do I do this?