Hey all, this is my first time posting here...Please go easy 😃
When I view data in a field in my database (A mediumtext field) it looks like this:
Test1
Test2
Test3
When I call it into a custom page I am creating, it looks like this:
Test1 Test2 Test3
How can I make the php parse the information correctly? I need those line breaks to help better organize my data. Keep in mind that the line breaks are parsing only because the info is being entered in from a text area.
Thanks in advance.