I've tried everything!
This section of code doesn't work - Query failed: Unknown column 'Acura' in 'where clause'
$make = "Acura";
$query = "SELECT DISTINCT model FROM $table WHERE make = $make";
This section will work just fine.
$query = "SELECT DISTINCT model FROM $table WHERE make =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.