Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BradSour
  • Content: Threads
  • Order by date
  1. BradSour

    Trouble with PHP Variable and MySQL WHERE clause

    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 =...

Part and Inventory Search

Back
Top