Re: [PHP-DB] Search engine

2006-09-29 Thread Niel Archer
Hi Ron This doesn't sound like a Db problem then. You could open each page and use a regex to search for the links. Something like: preg_match_all("/(.*)<\a>/", $page, $matches, PREG_PATTERN_ORDER); which would produce an array ($matches[1]) of the addresses and a array ($matches[2]) of co

Re: [PHP-DB] Search engine

2006-09-29 Thread Rezvan
It's not that complicated, after crawling your website at a specific time you can check for content created in your database after that time. Then you can search specific fields from that content for words and index them. If you need to find tags you'ld best use regular expressions to search th

Re: [PHP-DB] Search engine

2006-09-28 Thread Jeffrey
Truth be told, Google's free slap-it-on-your-web site search tool (http://www.google.com/services/websearch.html) will do everything you want and save you a lot of coding. Assuming this is for actsministries.org which seems to be a useful resource of information; it is probably well indexed by

RE: [PHP-DB] Search engine

2006-09-28 Thread Ron Piggott (PHP)
What I haven't figured out is how to crawl my site. If I knew how to crawl my site I could write a basic search engine and develop it over time. This is the crucial issue I need help with. I have a really basic search engine I wrote last year. I told my web site what pages the user could sea

Re: [PHP-DB] Search engine

2006-09-28 Thread Niel Archer
Hi > What about the MySQL "LIKE" command? Research it. An excellent start for searching a db, but did you miss the point of the question. He wanted to know if anyone had experience with this to save him building from the ground up. I haven't, l so didn't reply If no other help is forthcoming,

RE: [PHP-DB] Search engine

2006-09-28 Thread Shaun A Riches
Title: RE: [PHP-DB] Search engine What about the MySQL "LIKE" command? Research it. This is assuming your data is stored properly without redundant data and in a MySQL database. ___ Shaun Riches Computer Science Student -Original Message- From: Ron Pi

Re: [PHP-DB] search engine for database driven site?

2001-09-12 Thread leo g. divinagracia iii
1. use WYSIWYG html editor to make the initial HTM page with a search form with 2 text boxes. 2. the action for the form is the PHP page. 3. connect the two (using the variables in the sql query statement that's what i do... andrew hill wrote: > > Hi, > > Can anyone recommend either a

Re: [PHP-DB] search engine

2001-01-14 Thread Markus Fischer
Hi, Databases tend not to be the best solution for text index searching what you want. There are better products like glimpse that do what you want. M. On Wed, Jan 10, 2001 at 03:08:14PM +0100, Luescher Samuel (MMVZSLU) wrote : > hi there. i am currently developing an active contant eng