I want to create a database for lyrics. I am collecting lyrics from some websites. My problem is I am copying the lyrics and those doesn’t have any newline character. So, when I will show those lyrics, will it carry the newline automatically or I need to put newline manually ?
I am just confuse about that! If I need to put newline character, than it will be a very big task for me!! Any idea from experts ?
thanks.
Speaking generally and not knowing your full intentions or design, I recommend displaying the lyrics just as they were displayed where you found them; as a web page. If you do, you will never have to worry about line breaks within the text of the lyrics when they are stored in the database.