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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BradSour

  1. BradSour

    Trouble with PHP Variable and MySQL WHERE clause

    Thanks for your help guys. I actually had to do something totally different with $_GET[]. But I appreciate your efforts. What Ken wrote did work too. But not for what I needed to do.
  2. BradSour

    Trouble with PHP Variable and MySQL WHERE clause

    I tried that and then the query didn't return anything. I'll try it again.
  3. 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