hi, i have a problem with displaying the text from mysql database. I want the data from my database be displayed in a certain format..for example, this message..
"hello people around the world" --- i want it to be displayed in this format...
hello
people around
the world
how will i do this?do i need to enter <br> into the database making "hello<br>people around<br>the world"? so it will be displayed as
hello
people around
the world