[PHP-DB] Re: Searching a table

2001-09-05 Thread Jacob Singh
Hello, Devon, Try the methos outlines in this article: http://phpbuilder.com/columns/clay19990421.php3 The method is basically this: break up all your fields into one word chunks. insert into a search_table a chunk and it's corresponding ID of the row it came from. It won't take boo

[PHP-DB] Re: Searching a table

2001-09-05 Thread Marcus Tobias
Hi Devon! Take a look in the function reference to mysql functions of PHP. There are functions to connect to the mysql database and requesting datas with SQL queries. You need knowlege on SQL to use it. There are example too. bye Marcus "Devon" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL