Re: [PHP] Searching a Table

2002-11-17 Thread Stephen
http://www.melchior.us is not the site I am talking about. The site I'm talking about is not yet up. - Original Message - From: Rick Widmer [EMAIL PROTECTED] To: Stephen [EMAIL PROTECTED] Sent: Saturday, November 16, 2002 11:56 PM Subject: Re: [PHP] Searching a Table At 10:40 PM 11/16

Re: [PHP] Searching a Table

2002-11-17 Thread Stephen
that selects the information from an id variable passed through the URL... - Original Message - From: Marco Tabini [EMAIL PROTECTED] To: Stephen [EMAIL PROTECTED] Cc: PHP List [EMAIL PROTECTED] Sent: Saturday, November 16, 2002 10:38 PM Subject: Re: [PHP] Searching a Table

Re: [PHP] Searching a Table

2002-11-17 Thread Justin French
[EMAIL PROTECTED] Cc: PHP List [EMAIL PROTECTED] Sent: Saturday, November 16, 2002 10:47 PM Subject: Re: [PHP] Searching a Table Ok, then you can use FULLTEXT queries. Take a look here: http://www.mysql.com/doc/en/Fulltext_Search.html Marco On Sat, 2002-11-16 at 22:49, Stephen

Re: [PHP] Searching a Table

2002-11-16 Thread Marco Tabini
Well, if you're using a database, say MySQL, you can look at FREETEXT indexes and queries. If you want to index your web pages, you should be looking at a search engine that works with your web server. For example, ht:dig (http://www.htdig.org/) works with Apache. Marco --

Re: [PHP] Searching a Table

2002-11-16 Thread Stephen
: PHP List [EMAIL PROTECTED] Sent: Saturday, November 16, 2002 10:38 PM Subject: Re: [PHP] Searching a Table Well, if you're using a database, say MySQL, you can look at FREETEXT indexes and queries. If you want to index your web pages, you should be looking at a search engine that works

Re: [PHP] Searching a Table

2002-11-16 Thread Marco Tabini
the information from an id variable passed through the URL... - Original Message - From: Marco Tabini [EMAIL PROTECTED] To: Stephen [EMAIL PROTECTED] Cc: PHP List [EMAIL PROTECTED] Sent: Saturday, November 16, 2002 10:38 PM Subject: Re: [PHP] Searching a Table Well