Re: [PHP] Incorporating a PHP/MySQL based search

2007-12-12 Thread Steve Finkelstein
Thanks Tedd... looks like a promising link. I'll take a look! On 12/12/07, tedd <[EMAIL PROTECTED]> wrote: > > At 5:36 PM -0500 12/8/07, Steve Finkelstein wrote: > >Hey folks, > > > >One area I lack experience in is writting a solution to index/search on a > >site. Would anyone be kind enough and

Re: [PHP] Incorporating a PHP/MySQL based search

2007-12-12 Thread tedd
At 5:36 PM -0500 12/8/07, Steve Finkelstein wrote: Hey folks, One area I lack experience in is writting a solution to index/search on a site. Would anyone be kind enough and point me in the right direction as far as any books which discuss some simple solutions or articles/blogs on the web? Clea

Re: [PHP] Incorporating a PHP/MySQL based search

2007-12-10 Thread Richard Lynch
On Sat, December 8, 2007 4:36 pm, Steve Finkelstein wrote: > One area I lack experience in is writting a solution to index/search > on a > site. Would anyone be kind enough and point me in the right direction > as far > as any books which discuss some simple solutions or articles/blogs on > the > w

Re: [PHP] Incorporating a PHP/MySQL based search

2007-12-08 Thread Cesar D. Rodas
Hello, This is quite simple, you need to have mysql table with "fulltext" index. The "hard work" is done by mysql, you need to learn a few of things about fulltext with mysql, for that you can google it. PHP is only used to send the query to mysql (in most of case but not always). Try to do som

[PHP] Incorporating a PHP/MySQL based search

2007-12-08 Thread Steve Finkelstein
Hey folks, One area I lack experience in is writting a solution to index/search on a site. Would anyone be kind enough and point me in the right direction as far as any books which discuss some simple solutions or articles/blogs on the web? Clearly I'm not looking for anything as complex as Google