I have a form that my users use with a text area where they can type in information about them. Once submitted this information is saved correctly into the database, but what I'm trying to do is get this information onto a page.
This issue I'm having is that if the user hit enter to space out their text this isn't being reflected when I call it from the database. All it shows is the text but with no different paragraphs being displayed. ANY IDEAS ON HOW TO GET AROUND THIS? I do appreciate any ideas and or suggestions.
Samples are much appreciated, I'm still learning this .php stuff.. lol