Hi, I am using MySQL, Apache and have stored in it a paragraph text field. I need to echo this filed using php. When I use: <? echo { "$current_user->large paragraph" ; } ?> it gives me a string with no <br> breaks in it, just all the text in one block. How can I echo this paragraph text so that it will recognize the spaces and echo it correctly?
Thanks, Carlos
Thanks, Carlos