I have figured out the basics of creating a search bar, but I really want to try to enforce my knowledge. I am trying to create a website with a database of artists and reviews and stuff like that. When I create my search I want it to search my database and then return with the particular path to that artists page. Something like www.musicuonline.com/artists/coldplay, without showing a results page beforehand. Is there something in php that will allow me to execute this?
I know that the question may sound a little confusing, and I totally a beginner on this stuff and am self teaching myself web design, so I probably don’t even know what I am talking about or if it even possible. I have it set up now and you can see it if you go to www.musicuonline.com but if you look into the url up top you will see the mess of stuff that brings you to the results page. Try a search for “crossfade” since it is the only artists I have fleshed out a little in my database. Just wondering if there is a way to clean that up.