I have a noob question that maybe someone can help me out with...
I'm trying to compile lists of information about various thing.. For example, I might make a list of bible verses or something. How can I turn that into a database file to be displayed on my website? Well, actually, I understand that part pretty well, but is there a way to make each entry get it's own page? I'm just looking for an automated way of doing this. Like, is there a way I could just upload the file to Wordpress and let it do all the work or something?
This question was prompted by a post I read here about .sql files: All your database are belong to us - Seocracy.com
Well just to get you going I will tell you what i do.
Example:
Once you have the database uploaded create a php page that would take a parameter like ?song=TITLE_OF_SONG . then in your php file query the database, grab and display the results for that song.
Next step you need to modify you .htaccess file. If you dont know what this file is, dont worry. Its filename may seem geeky but you can learn its basic functionalities very quickly (took me 3 minutes the very first time). So by modifying the .htaccess file what you want to do is to make a page like this
Code:
http://www.mysupersongsite.com/Until it sleeps
Code:
http://www.mysupersongsite.com/index.php?song=Until it sleeps
Finally you could index all you songs in your database in a sitemap file pointing to
Code:
http://www.mysupersongsite.com/SONG_TITLE