RE: [PHP] searching through a mysql db/tbl

2005-09-10 Thread Murray @ PlanetThoughtful
> hi... > > i'm trying to figure out how to approach/solve a few issues. looking > through > google hasn't made the light shine!! > > 1) i'm trying to figure out how to allow a user to search through a > query/tbl for a given string. ie, if i have the following as the result of > a > query: > >

Re: [PHP] searching through a mysql db/tbl

2005-09-10 Thread Stephen Johnson
On 9/10/05 3:13 PM, "bruce" <[EMAIL PROTECTED]> wrote: > if i allow a user to search on say 'aa', i'd like the user to be able to > get: > > name email foo... > aa [EMAIL PROTECTED] > b1 [EMAIL PROTECTED]123 > > any ideas as to how i could go abo