HINT:
you need to find out how many total results you'll get from the search
you need to decide how many items / page you want to display so you know how many pages you'll have
each page link can have a query like page.php?startpoint=$The_Next_StartPoint ( ie if you want to show results starting from 10, $The_Next_StartPoint = 10.
you should look at your databases LIMIT function to make it easier on yourself. and make sure you use LIMIT with an ORDER BY clause too