Re: [PHP] Search functionality in website.

2008-12-29 Thread tedd
At 8:17 PM +0530 12/29/08, Tiji varghese wrote: Hi all,I would like to set up search functionality on my website. I'm using PHP and Mysql. Most of the pages contain static text in the html and is not database driven. I need some idea on how should I go about it without moving everything to data

Re: [PHP] Search functionality in website.

2008-12-29 Thread Richard Heyes
> Hi all,I would like to set up search functionality on my website. I'm using > PHP and Mysql. Most > of the pages contain static text in the html and is not database driven. I > need some idea on how > should I go about it without moving everything to database driven > functionality. You could

Re: [PHP] Search functionality in website.

2008-12-29 Thread John Corry
Or even a google search widget... Miles Thompson wrote: > On Mon, Dec 29, 2008 at 10:47 AM, Tiji varghese wrote: > ht-dig (or digg) > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Search functionality in website.

2008-12-29 Thread Miles Thompson
On Mon, Dec 29, 2008 at 10:47 AM, Tiji varghese wrote: > Hi all,I would like to set up search functionality on my website. I'm using > PHP and Mysql. Most of the pages contain static text in the html and is not > database driven. I need some idea on how should I go about it without moving > every

[PHP] Search functionality in website.

2008-12-29 Thread Tiji varghese
Hi all,I would like to set up search functionality on my website. I'm using PHP and Mysql. Most of the pages contain static text in the html and is not database driven. I need some idea on how should I go about it without moving everything to database driven functionality. Please help.Thanks in

Re: [PHP] Search functionality

2008-09-24 Thread Bastien Koert
On Wed, Sep 24, 2008 at 4:47 PM, Dan Shirah <[EMAIL PROTECTED]> wrote: > Its pretty straight forward, you create a query that extracts the name >>> and id of the records with a relevant where clause created on the fly. When >>> outputing the data, each record gets created as a link that then loa

Re: [PHP] Search functionality

2008-09-24 Thread Dan Shirah
> > Its pretty straight forward, you create a query that extracts the name >> and id of the records with a relevant where clause created on the fly. When >> outputing the data, each record gets created as a link that then loads >> another page/div with the total dataset for that record. The quest

Re: [PHP] Search functionality

2008-09-22 Thread Bastien Koert
On Mon, Sep 22, 2008 at 4:07 PM, Dan Shirah <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm looking for suggestions on how to create a search function within my > application. First I'll give you an overview. > > At the top of my page I have a form that contains name and date fields. > When a use

[PHP] Search functionality

2008-09-22 Thread Dan Shirah
Hello all, I'm looking for suggestions on how to create a search function within my application. First I'll give you an overview. At the top of my page I have a form that contains name and date fields. When a user puts in some data and selects "Search" a simple column of results will be displaye