Hey I have on my database a text with 800 chracters when I echo it out it display in just one line getting too big and bad for read,
echo mysql_result(mysql_query("SELECT `message` FROM `pm` WHERE `pm_id` = '1'"));
How do I put
or
automatic on the end of every line because there is differents datas inserted in the database and do manualy for every one is hard.
edit: I want to meke it like: one after 100 characters or something like that.