I have a an issue that's been bothering me. I have a a table with some data. This is my table format.
id
title
content ( where content is coming from a form). the content can be a long string
like that:
d0whgfhsd dfsadifufsadhos g fogaosdhfosadhg fsdojgofhvoashf g sfojgvhsofdhgvo asf
how do i display that content in a formated way. For example
d0whgfhsd dfsadifufsadhos g fogaosdhfosadhg
fsdojgofhvoashf g sfojgvhsofdhgvo asf
The reason why i need to do this is because if someone put a hurge article in the content, when i display the content on my page it's A LONG STRING OF CONTENT. I don't want that. it's messing up my webpage. Any help would be appreciated.
id
title
content ( where content is coming from a form). the content can be a long string
like that:
d0whgfhsd dfsadifufsadhos g fogaosdhfosadhg fsdojgofhvoashf g sfojgvhsofdhgvo asf
how do i display that content in a formated way. For example
d0whgfhsd dfsadifufsadhos g fogaosdhfosadhg
fsdojgofhvoashf g sfojgvhsofdhgvo asf
The reason why i need to do this is because if someone put a hurge article in the content, when i display the content on my page it's A LONG STRING OF CONTENT. I don't want that. it's messing up my webpage. Any help would be appreciated.
Comment