Forum Moderators: coopster
I have a form where users are allowed to write almost an essay and save it to mysql. I have MYSQL save teh data as "mediumtext". The data is submitted through a textarea.
The problem is when I try to output the data, PHP prints out everything except the line breaks. Like everything is all in one big paragraph.
Is there a way to fix this?
Thanks,
Roman