Hey xblue, no problem, I didn't take it as cocky 🙂
Yes they are strings, Im a little ignorant when it comes to mysql and php interactions. Ive usually got by on simple select * from tablename etc type things.
I tried your version and unfortunately that didn't work either.
On the actual mechanics of it, would that query compare just the $_POST value eg. Auvergne against a db value of the same, or will it compare the literal string "[0] => Auvergne" ?
If its the latter then it won't work as the place names are in the db fields as Auvergne etc etc.
Is there a way i could fake the above query in phpmyadmin to test do you think?