Search found 3 matches

by vybralk
Thu May 20, 2010 2:56 am
Forum: PHP - Code
Topic: Fulltext search of php site
Replies: 3
Views: 343

Re: Fulltext search of php site

google is a option, but i preffer solution not dependent on google indexing as the pages could change quite often and not sure how often google reindex sites.
by vybralk
Wed May 19, 2010 8:40 am
Forum: PHP - Code
Topic: Fulltext search of php site
Replies: 3
Views: 343

Fulltext search of php site

Hi, i have site completely written in PHP. Now i want to add fulltext search. My idea how to do it is browse through all pages, save them in mysql database and then using SQL to implement fulltext search. I don't want to reinvent the wheel, i think that there should be easier solution....or no !? th...
by vybralk
Wed May 19, 2010 8:36 am
Forum: General Discussion
Topic: Fulltext search of php site
Replies: 1
Views: 229

Fulltext search of php site

Hi, i have site completely written in PHP. Now i want to add fulltext search. My idea how to do it is browse through all pages, save them in mysql database and then using SQL to implement fulltext search. I don't want to reinvent the wheel, i think that there should be easier solution....or no !? th...