Forum Moderators: coopster
echo "Text: ".$row['text'];
The database stores line break but i need to fugure out how to display these as currently its just one long string of text in the browser.
I dont know much php but i understand the nl2br() function can do this, how do you apply it?