- Joined
- Apr 26, 2005
- Posts
- 7,410
- Reaction score
- 148
Hi Guys
If I have a large site where I want to create a search that will allow users to search for pages, what is the best way to do this in PHP. E.g. a user is looking for a page on Dishwashers, so I want it to return pages related to dishwashers.
Is it best to put all my page names in a database, or is there an easier way? I guess I could either index my whole site and use a search engine type search to return results, or I could create a custom database of my page names. Let me know what you think works best.
Many thanks
If I have a large site where I want to create a search that will allow users to search for pages, what is the best way to do this in PHP. E.g. a user is looking for a page on Dishwashers, so I want it to return pages related to dishwashers.
Is it best to put all my page names in a database, or is there an easier way? I guess I could either index my whole site and use a search engine type search to return results, or I could create a custom database of my page names. Let me know what you think works best.
Many thanks