hello there! im a newbie in php and i would like to ask on how to display a data from a database which consist of 2 spaces or more (<br><br>) The out put should be something like this HELLO WORLD but what happens is the output is something like this HELLO WORLD by the way the code in my script is this echo $row["description"]; any help would be appreciated.
thanks nico.. i just tried that code that you gave me. echo nl2br() $row["description"]; is that correct? coz when i tried it it wont display anything