php3-list | 199901
Date: 01/22/99
- Next message: Raj Goel: "[PHP3] ORA-12154"
- Previous message: Colin Viebrock: "Re: [PHP3] Searching .PDF, .DOC files"
- In reply to: Tommy Williams: "Re: [PHP3] querying multiple fields of database"
- Next in thread: Egon Schmid: "Re: [PHP3] querying multiple fields of database"
- Reply: Egon Schmid: "Re: [PHP3] querying multiple fields of database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > If I start putting one of these in,
> > I won't end up disappointed cause they can
> > look through database tables and also HTML pages..
>
> Out of the box, engines such as SWISH, htdig, and Glimpse cannot query a
> MySQL database. But there are things you can do.
Besides the options already presented, consider this:
Say you have a database of music artists, and such. You can search the site and find that
info on the artist you're looking for is at http://www.site.com/artists/show_artist.php3?id=4
Ht://Dig will index pages with query strings. So if the information in your database is
available on web-pages (which it probably is, otherwise why can people search for it), then
this will work.
You can even get fancy and parse the HT://dig results in PHP. I did this at www.mcbinch.com,
to handle search results that require different frame sets.
- colin
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Raj Goel: "[PHP3] ORA-12154"
- Previous message: Colin Viebrock: "Re: [PHP3] Searching .PDF, .DOC files"
- In reply to: Tommy Williams: "Re: [PHP3] querying multiple fields of database"
- Next in thread: Egon Schmid: "Re: [PHP3] querying multiple fields of database"
- Reply: Egon Schmid: "Re: [PHP3] querying multiple fields of database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

