I'm creating a search query. Both of the variables involved have been defined. It's displaying "Query Empty". Heres my code:
$searchq = "SELECT * FROM `TABLE` WHERE ('$searchin') = ('$searchfor')";
I've fiddeling around with this one little bit for most of today and it's getting frustrating. I've done search forms before and i've checked it against my search from before and can't see a difference except that i am using the "Search In" variable rather than always searching the same field and there is no limit to results. This shouldn't be a problem though?
I am searching for records that exist. Unfortionately i'm no php/mysql master

Any help much appreciated.
- Osprey