The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need Some Help With a Query.
I have a mysql table with a bunch of band name - album names (for release dates):
Example: Paramore - Brand New Eyes Now on a page I am grabbing all the results that match that particular band. At the moment I am doing it like this: title LIKE '%".$name."%' However, this is searching through the entire word ... so if a band's name is in the album name for another artist ... it shows up incorrectly. Is there anyway to fix this? |
#2
|
||||
|
||||
Ideally, you should have an Artist field, and an Album field. This allows much more flexibility, such as the case you are seeing now.
To take it even further, there should be separate "artist" and "album" tables, as there can one artist to many albums (one-to-many relationship). In fact, you could potentially need a many-to-many relationship (more than one artist to an album). Doing this is called database normalisation. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|