i'm trying to create a php document that'll create dynamic content from a textfield and will interpret the user hitting return so that someone writing their content so that it appears to have two seperate paragraphs rather than having one big block of two paragraphs combined into one. also, i don't want the user to have to type "<br>" to get the line break.
any suggestions?