Date: 07/14/00
- Next message: Rasmus Lerdorf: "Re: [PHP-DB] minimal Oracle support"
- Previous message: Florin Andrei: "[PHP-DB] minimal Oracle support"
- Next in thread: Michael Dearman: "Re: [PHP-DB] Searching in text or blob field"
- Reply: Michael Dearman: "Re: [PHP-DB] Searching in text or blob field"
- Reply: Hans H. Anderson: "Re: [PHP-DB] Searching in text or blob field"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi there
I try to create a dynamic content webpage with mysql.
I store my content in database like this
------------------------------------------------------------------------
Field id | topic | Content |
date
------------------------------------------------------------------------
type | int varchar text or blob date
written
and I need a search engine inside my webpage .
I can search by topic but I need a search by content too.
I think it's not good idead to seach like search topic because
it 's a large field.
It can solve my ploblem if I use index table to store keyword
and id of my content like this ID | Keyword
but English is not use in my content .Asian lang. is not support
method to find keyword and keep it in to index table
So, anyone have anthor method to solve this ploblem ?
Thanks
Tongdee
Sorry for my ugly English.
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Rasmus Lerdorf: "Re: [PHP-DB] minimal Oracle support"
- Previous message: Florin Andrei: "[PHP-DB] minimal Oracle support"
- Next in thread: Michael Dearman: "Re: [PHP-DB] Searching in text or blob field"
- Reply: Michael Dearman: "Re: [PHP-DB] Searching in text or blob field"
- Reply: Hans H. Anderson: "Re: [PHP-DB] Searching in text or blob field"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

