Hi all:
I asked this question when I tried to build a search engine. I want to display the search return result in several pages like normal search engine will do.
The search front page contains a form which has three input fields. when user hit the search submit button, I need the search result display in front of the search form. If matches more than say 10, there should be a link says sth like "next page", user can either go to next page, or do a new search.
I still haven't found a good solution for that, even I tried all the methods.
What is the standard way of doing that anyway? Could anyone tell me?
Thanks.
hz