[PHP] Search all data in database

2003-03-11 Thread Mike Tuller
I am wanting to add a simple search field where you enter your search and it searches the whole database, not just one column. It would be easy for one column ( SELECT * FROM clients WHERE first_name = '$first_name';) but how do I search the whole table? Do I have to search each column one by

Fwd: Re: [PHP] Search all data in database

2003-03-11 Thread Chris Hayes
Date: Tue, 11 Mar 2003 18:18:37 +0100 To: Mike Tuller [EMAIL PROTECTED] From: Chris Hayes [EMAIL PROTECTED] Subject: Re: [PHP] Search all data in database At 17:51 11-3-03, you wrote: I am wanting to add a simple search field where you enter your search and it searches the whole database