PDA

View Full Version : Search Tool


scottiecl
04-09-2002, 11:51/11:51AM
Can anyone suggest a tool or a place to start in developing a search tool that will search and return results for both relatively static php pages and content stored in a MySQL database?

If I HAVE to move all content to the database, I can but it seems to slow down page load time so I only use the database for relatively short term things like events and serving ads. Since I create a static URL for each page and insert database content using an include, it would be twice as much work for some content. Would the static URL make creating a search tool easier?

Any thoughts! As always, thanks!!