Would someone please explain to me what is wrong with this??
SELECT COUNT (`ID`) FROM `tableImSpecifying` WHERE `VisitorsEmail` = \'$VarThatHoldsEmailFromA$_
MYSQL doesn't like white space after function names. Try taking out the space after COUNT.
I also take it that those variable names are just an example and your not actually using them in production!