I have made a search engine (in php), how do I show the results in multiple pages? PHP?

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

Guest
I have made a search engine for my webpage. It already searches and gets the results and some information and put's it in a 2-dimensional array. I can show all the results in one page. But I don't know how to show the first ten results on a page, then klik next and it shows the other 10.

I am using PHP.
 
Back
Top