[PHP] implementing a website search feature using php

2008-07-16 Thread Sudhakar
i want to implement a feature where a user searches with a keyword and search results are displayed according to the keyword or phrase entered by the user. following are the steps i want to follow. please advice if i am missing out any steps or i can add any step. 1. read the keyword entered by

Re: [PHP] implementing a website search feature using php

2008-07-16 Thread Robert Cummings
On Wed, 2008-07-16 at 22:50 +0530, Sudhakar wrote: i want to implement a feature where a user searches with a keyword and search results are displayed according to the keyword or phrase entered by the user. following are the steps i want to follow. please advice if i am missing out any

Re: [PHP] implementing a website search feature using php

2008-07-16 Thread tedd
At 10:50 PM +0530 7/16/08, Sudhakar wrote: i want to implement a feature where a user searches with a keyword and search results are displayed according to the keyword -snip- It sounds like you want a search for a site -- if so, see this: http://sperling.com/examples/search/ It's a lot less

Re: [PHP] implementing a website search feature using php

2008-07-16 Thread Eric Butera
On Wed, Jul 16, 2008 at 1:20 PM, Sudhakar [EMAIL PROTECTED] wrote: i want to implement a feature where a user searches with a keyword and search results are displayed according to the keyword or phrase entered by the user. following are the steps i want to follow. please advice if i am