Jump to content

question about php search engines


madman0428

Recommended Posts

i am designing a site and i want users to be able to search through our databases.  is this possible with php?  is it possible to design a search function that allows users this ability?  or, is it more possible to index the pages on the site, and then search through indexed pages?

 

any help would be great.. i have NO idea how to do this.

 

thanks in advance!

Link to comment
https://forums.phpfreaks.com/topic/53815-question-about-php-search-engines/
Share on other sites

i have a follow up question.

 

the nature of the site we are trying to make allows for users to input data--and then allow users to search that data.  if i create a full text index on day 1, and a user inputs data on day 2... does the full text index automatically update itself to include day 2's submissions?

 

or would i have to manually update the full text index to include the additions?

 

thanks!

I have yet to create a search system for my website, but one of my close friends has it on his website and from what I remember, MySQL will automatically index everything that gets added to the table that has been indexed previously.

 

I will not be able to get back to you on this subject until the weekend.

Alright...from what I understood, you only need to index your database once...all subsequent entries will be indexed automatically becasue mysql places an index on the table and not the entries, thus a change to the table will automatically execute a change in its index.

 

~saf

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.