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 Mike Lewis 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: *

  1. pjwhitfield

    Strange SELECT query issue

    I have the following (Ive changed field names and table for ease of posting) very simple code: $sql = "SELECT a,b,c,d FROM `tableA` WHERE a='Y' ORDER BY RAND()"; $result = mysqli_query(login(),$sql); all works fine....however Ive decided to add a further bit of functionality so have added...

Part and Inventory Search

Back
Top