Can someone please explain to me what is wrong with this?
SELECT COUNT (`ID`) FROM `tableImSpecifying` WHERE `VisitorsEmail` = '$VarThatHoldsEmailFromA$_POSTInput'
This is part of the program that I write following the tutorial, but I hung up how to fix it. I would be very grateful, and I thank you in advance if someone tells me how to fix this.
Here's the error I see:
FUNCTION myhost_classifieds.COUNT does not exist. Check the "Parsing and resolving function names" section in the Reference Guide
What puzzles me, I have similar queries above this that work correctly, and I checked the syntax again and again, but I donβt see what is wrong.
user2236124
source
share