PHP/MYSQL - lines break up on db insert
Posted: Fri Dec 23, 2011 9:10 am
Hi everyone,
I'm having n issue with how data appears when inserted in a db. When the data is inserted into the db, it goes in like so:
This is another test to see if long lines of text break up.
This is another
test to see if long lines of text break up. This is another
test to see if
long lines of text break up
but it should appear as one long paragraph of text and wrap around, eg:
This is another test to see if long lines of text break up. This is another
test to see if long lines of text break up. This is another test to see if
long lines of text break up
any ideas why this would be happening?
I'm having n issue with how data appears when inserted in a db. When the data is inserted into the db, it goes in like so:
This is another test to see if long lines of text break up.
This is another
test to see if long lines of text break up. This is another
test to see if
long lines of text break up
but it should appear as one long paragraph of text and wrap around, eg:
This is another test to see if long lines of text break up. This is another
test to see if long lines of text break up. This is another test to see if
long lines of text break up
any ideas why this would be happening?