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!

Search results for query: *

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

    Drop Down Menu: Option equal to all others in the list

    I would like to create a drop down menu in a form that selects distinct arrays from a columname, inserts them into a drop down menu, but then I also want one of the options to be equal to all of the rest. I would end up with a drop down structured like this: All colors Red Blue Green Purple...
  2. phpkata

    Search from multiple fields when only one field was used

    I don't know if the title explains my problem very well, but this is what I have: $query = "SELECT * FROM eny_yarn_identifier WHERE yarnName=\"{$_POST['interest']}\""; if (isset($yarnColor)) { $query .= " AND yarnColor=\"{$_POST['interest']}\""; } $result = mysql_query($query)...

Part and Inventory Search

Back
Top