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 Rhinorhino 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: nfear24
  • Content: Threads
  • Order by date
  1. nfear24

    Mysql Query? How to search between 2 dates?

    Im using PHP to access MySql. Im new to MySQL so having some slight problems. Here is what I have to just search by the date. $query = "select * from record where ".$searchtype." like '%".$searchterm."%'"; Now I want to modify that so i can search between 2...
  2. nfear24

    Mysql Query! How to Search Between 2 dates?

    Im using PHP to access MySql. Im new to MySQL so having some slight problems. Here is what I have to just search by the date. $query = "select * from record where ".$searchtype." like '%".$searchterm."%'"; Now I want to modify that so i can search between 2...

Part and Inventory Search

Back
Top