I have a windows application which posts into a database and a PHP site that reads the database.
My problem is that when I display text blobs on the site all the rich text formatting is lost. Is it possible to display rich text formatting from mysql using PHP? If I can't do this then I would still like to settle on line breaks which I am currently not able to display either.