RE: [PHP-DB] adding a space in mysql

2002-07-31 Thread Jim Hunter
allace'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] adding a space in mysql I haven't set up any text-based searches before, but when you say: If the user types 'Wash' I don't want any matches for 'Washington', 'Washing', etc. Aren't you, in essen

RE: [PHP-DB] adding a space in mysql

2002-07-31 Thread Hutchins, Richard
I haven't set up any text-based searches before, but when you say: If the user types 'Wash' I don't want any matches for 'Washington', 'Washing', etc. Aren't you, in essence, saying that you want to search for "Wash"? Meaning that your query could just say WHERE name = '$var' (where $var is set