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

2002-07-28 Thread Tech Support
, July 27, 2002 9:31 PM Subject: [PHP] PHP/MySQL Search Engine Query Question 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

[PHP] PHP/MySQL Search Engine Query Question

2002-07-27 Thread Paul Maine
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] PHP based search engine

2002-03-10 Thread Tim Thorburn
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 get stuck in a loop while trying to index portions of my database

Re: [PHP] PHP based search engine

2002-03-10 Thread Underbrush
too would like that, but as of right now I am planning on writing my own. Good Luck, Chad - Original Message - From: Tim Thorburn To: [EMAIL PROTECTED] Sent: Monday, March 11, 2002 12:25 PM Subject: [PHP] PHP based search engine Hi, Does anyone know of a PHP based

Re: [PHP] PHP based search engine

2002-03-10 Thread Samuel Ottenhoff
on open-source/GPL stuff. A search on php search engine could get you started. Sam On 3/10/02 11:41 PM, Underbrush [EMAIL PROTECTED] wrote: I don't see why not, but you have to write the search engine. i.e. create a form, take user input, search your database, search your static files

[PHP] PHP and search engine???

2002-01-13 Thread Dani
Hi! is it possible to use include() to optimise the meta tags on our web pages? example: if yahoo.com is spidering our page the key word provided is a,b,c, ... if altavista.com is spidering then use key word.etc.. if it is possible how do i know that yahoo is spidering or altavista is

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

2002-01-13 Thread Martin Towell
Subject: [PHP] PHP and search engine??? Importance: High Hi! is it possible to use include() to optimise the meta tags on our web pages? example: if yahoo.com is spidering our page the key word provided is a,b,c, ... if altavista.com is spidering then use key word.etc.. if it is possible

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

2002-01-13 Thread Jason Wong
PROTECTED]] Sent: Monday, January 14, 2002 2:17 PM To: PHP LIST Subject: [PHP] PHP and search engine??? Importance: High Hi! is it possible to use include() to optimise the meta tags on our web pages? example: if yahoo.com is spidering our page the key word provided is a,b,c