When you bump your thread it messes up the space time continuum.
Suggestion: In a new thread ask for what you really need, i.e. to add a database for bands to WP or add second database, not exactly sure of the wording to suggest. But “Switch to” is real generic, you want to have your header ask the question, all the help here is provided by unpaid volunteers, you need your question to grab someone passing by that has dealt with a similar problem in the past. Depending on when a post is placed, there are low traffic times on this site when there are not many people looking at the posts so it might be a while for someone to stop by.
Like writing a headline for a news story.
Good luck
It’s ok the title is sufficient.. and i think the space time continium is ok for the moment, i’ve not experienced any anomalies… (couldn’t help myself, your comment made me chuckle).
khushalbhadra you can query another database in WordPress but it’s not really a simple process, the easier course of action would be to add a new table in the WordPress database and make calls to the custom table.
However based on what you’ve said above it’s not clear whether you have this data in a database already, or whether you’re asking how to put and fetch that data (ie. are you asking how you can write this information to a database? – that’s not something can easily be explained unless you have experience with inserting and retrieving database information).
This page is probably the most relevant in terms of dealing with custom queries.
http://codex.wordpress.org/Function_Reference/wpdb_Class
To answer your question, “Is it possible”, most things are… it’s really down to your level experience and how much time you have on your hands.
thanks for your help friends. Its like if you can check out this website
http://www.metal-archives.com/
it has list of all bands that you can search that are stored in via a method involving database storage. I suppose this would require alot of knowledge on mysql and php which I dont.
However, aint there any easy work around to have a list of bands stored on my website.
you can check my website mentioned on my first post and select bands even bands list displayed the way it is using WordPress would be cool enough.
t3os I do not have this information in database if you check my website you will come to know that its just a plain html I have used for my website. check this out :-
http://www.gospelofdoom.in/documents/images.html
even the technique that I have used on this website can be used in WP would be awesome. Creating a List of bands according to the Alphabetical order.