SpeedStreet
03-27-2003, 08:57 PM
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.
Thanks in advance.
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.
Thanks in advance.