Click to See Complete Forum and Search --> : Lyrics Site Query
AcidicLeo
08-28-2006, 08:30 PM
i am planning to design a site for lyrics...i am bit confused over some issues...
1. i have lyrics of many songs...but how do i implement them...i mean how do i make a script so that i dont have to make HTML page for every lyrics...
is there any way so that lyrics load onto same page....with help of something like Content Management
TheBearMay
08-28-2006, 10:29 PM
Please don't cross post.
AcidicLeo
08-28-2006, 10:31 PM
cross posts means???...if u r talking abt same topic name's thread...then it was for lyrics template not for the same issue
bandguy
08-28-2006, 11:26 PM
I use .asp (Active Server Pages) and assign them a number.txt and a counter that increments everytime you upload a new text file. I use 1 asp page.
But you are just looking for a script....right?
AcidicLeo
08-29-2006, 07:47 PM
I use .asp (Active Server Pages) and assign them a number.txt and a counter that increments everytime you upload a new text file. I use 1 asp page.
But you are just looking for a script....right?
yes i am looking for script...if possible can i get it?...
thanks for replying...
bandguy
08-29-2006, 08:19 PM
Are you using .asp ?
bandguy
08-29-2006, 08:22 PM
send me a private message
NogDog
08-29-2006, 08:36 PM
I'd recommend saving the lyrics in a database, both for response time issues and ease of organizing and backing up your data. Then your script would retrieve the lyrics for a given song by a simple database query, based on GET data either in a link query string or from a form input.