Hello, I wonder if anyone can help. I\'m entering text from a form into MYSQL and I having problems with displaying formatting on retreval.
I\'ve used htmlentitles($string) to maintain original text formatting when insertinging into MYSQL. I know it works as Ive queried from within MYSQL but when I try to do the same query through php it looses formatting and concatenates all the text.
How can I rectify this?
Simon