I have a form that is submitted to a mysql database.
it all works fine, but when i submit it, it gets rid of all the returns. so is there a way i can replace all the returns with like.. <br>'s?
Try using the: nl2br($text_area); function. Where $text_area is the submitted text.