[PHP] Re: PHP/MySQL Search Engine Query Question

2002-07-29 Thread Richard Lynch
I am currently working on a website that is implemented using PHP and MySQL. The site currently has a simple search engine that allows a shopper to type in a search string that is stored in $search. For example, if a shopper types in 1972 Ford Mustang $string =1972 Ford Mustang Using the

[PHP] Re: PHP based search engine

2002-03-13 Thread Eric Persson
David Robley wrote: PHP from around 4.05 has functions available to interface with the mnoGOSearch search engine, available from http://www.mnogosearch.ru/ I recommend you look at this combination. I recommend this one to, its a very good alternative which I used for several projects.

Re: [PHP] Re: PHP based search engine

2002-03-13 Thread Tim Thorburn
I've gone to the mnoGoSearch page - it does look like it would do the job nicely, however my hosting company absolutely refuses to upgrade to anything above PHP 3.0.16, also it appears as though I'd have to compile a good portion of mnoGoSearch on the server itself - another thing I'm not

[PHP] Re: PHP based search engine

2002-03-11 Thread David Robley
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... Hi, Does anyone know of a PHP based search engine for a website? I was using Fluid Dynamics on my site - as I've got some sections of the site in a MySQL database, and some sections are just static pages. However, it seems to

[PHP] Re: PHP and search engine???

2002-01-13 Thread Tino Didriksen
You check the $HTTP_USER_AGENT for what robot is going through your site. Yahoo, which gets their results from Google, would then have Googlebot somewhere in the var. To control webcrawlers more, you can look up robots.txt ( http://www.robotstxt.org/ ). --|-- Tino Didriksen http://ProjectJJ.dk/