I'm not sure if this is something that needs hacking with PHP or if there is an easier solution.
Basically, on a music site I'm working on, I want the user to select a band name from a menu which then sends them to a generic Artist Profile page which populates with pictures, a bio, and video based upon the choice they made.
This seems like it should be more efficient that creating 200+ individual artist pages, but I'm not much of a coder and can't figure out the easiest way to populate the image, bio and video field based upon the choice they made.
Anyone have any advice for a noob?