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 SkipVought 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. Tambourine

    String Replace and Lower Case Script

    Hi, i need a small script that will take a field called 'title' and make all the characters lowercase and remove spacing '%20' and replace it with a '-' At the moment i have: $row_blobby['title'] = str_replace(' ', '-', $row_blobby['title']); That currently removes the spacing but i need a...
  2. Tambourine

    Query Multiple Tables

    Thank you, that works absolutely perfect!
  3. Tambourine

    Query Multiple Tables

    That solution is along the lines... i thought that is what i wanted but... i want it to display all artist then if there is a duplicate artist from either, it will only display it once, instead of the amount of times it appears in a table. My explaining is poor. Example say i had these artist...
  4. Tambourine

    Query Multiple Tables

    I have a database called 'xxx', i need to query 3 tables inside this database called a, b, and c. Each table has a common field called artist: i need to select artist from all 3 tables (a, b and c) and group the results by artist. It has a catch of i needs them all to comply with a LIKE...

Part and Inventory Search

Back
Top