Alright all,
I'm having a strange problem from a string im calling from a database:
Database:
Comments varchar(255) latin1_swedish_ci
The problem is...
most comments will split when the lengh of the container div is reached:
This is my comment
it is great that my
text is splitting!
BUT for some strange reason, certain comments are just comming out as a long line:
This is my comment it is great that my text is splitting!
There are no line breaks in the text to make the strings split, i just thought seen as over 3000 do, why are like a certain number not?
Any inbuilt php code to stop that happening?
Many thanks.